加了一些变压器统计的代码。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2015-01-03 22:22:54 +08:00
parent af8f64dfd0
commit 8a994253b9
2 changed files with 40 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ bool ElementHashtable::GoPath()
ite++)
{
BasicElementInfo *p=zwht[*ite];
if(p->getName()=="ACLineSegment" && p->getID()=="AC-591839")
if(p->getName()=="ACLineSegment" && p->getID()=="AC-591821")
{
ACLineSegment *ac=static_cast<ACLineSegment *>(p);//BusbarSection也就是线路头节点
QString acTerminal=ac->getTerminalB();