测试了自动编号功能

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-28 17:49:16 +08:00
parent 7fa4d1d98b
commit af8f64dfd0
4 changed files with 18 additions and 1 deletions

View File

@@ -98,6 +98,8 @@ bool ElementHashtable::GoPath()
std::cout<<node.toStdString()<<std::endl;
TopologyRecorder tpRecorder(this->eleHT);
tpRecorder.startWithNode(node);
tpRecorder.exportTo("");
break;
}
}