Bjoern Froehlich 13 éve
szülő
commit
a928bb3f13
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      semseg/SemSegContextTree.cpp

+ 1 - 0
semseg/SemSegContextTree.cpp

@@ -1835,6 +1835,7 @@ void SemSegContextTree::restore (std::istream & is, int format)
     int nodes;
     int nodes;
     is >> nodes;
     is >> nodes;
     cout << "tree nb " << t << " has " << nodes << " nodes." << endl;
     cout << "tree nb " << t << " has " << nodes << " nodes." << endl;
+    
     for (int n = 0; n < nodes; n++)
     for (int n = 0; n < nodes; n++)
     {
     {
       TreeNode tmpnode;
       TreeNode tmpnode;