@@ -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;