Bjoern Froehlich 13 gadi atpakaļ
vecāks
revīzija
92de6f716a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      semseg/SemSegContextTree.cpp

+ 2 - 0
semseg/SemSegContextTree.cpp

@@ -1838,6 +1838,8 @@ void SemSegContextTree::restore (std::istream & is, int format)
     
     for (int n = 0; n < nodes; n++)
     {
+      
+      cout << "node: " << n << " of " << nodes << endl;
       TreeNode tmpnode;
       forest[t].push_back (tmpnode);
       is >> forest[t][n].left;