Bjoern Froehlich 13 年之前
父节点
当前提交
a928bb3f13
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
     is >> nodes;
     cout << "tree nb " << t << " has " << nodes << " nodes." << endl;
+    
     for (int n = 0; n < nodes; n++)
     {
       TreeNode tmpnode;