From 45a76228c41e6955f578729852e3349f165ce54f Mon Sep 17 00:00:00 2001 From: "facat@lab.com" Date: Fri, 26 Dec 2014 11:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E8=BF=87=E6=B5=8B=E8=AF=95=E5=87=A0?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E4=BB=B6=EF=BC=8C=E6=8B=93=E6=89=91=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E5=9F=BA=E6=9C=AC=E4=B8=8A=E8=83=BD=E7=94=A8=E4=BA=86?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: facat@lab.com --- testHasttable/elementhashtable.cpp | 2 +- testHasttable/topologyrecorder.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testHasttable/elementhashtable.cpp b/testHasttable/elementhashtable.cpp index 9b65bad..caa00c4 100644 --- a/testHasttable/elementhashtable.cpp +++ b/testHasttable/elementhashtable.cpp @@ -85,7 +85,7 @@ bool ElementHashtable::GoPath() // if(p->getName()=="ACLineSegment"){ // std::cout<getID().toStdString()<getName()=="ACLineSegment" && p->getID()=="AC-591831") + if(p->getName()=="ACLineSegment" && p->getID()=="AC-591840") { ACLineSegment *ac=static_cast(p);//BusbarSection也就是线路头节点 QString acTerminal=ac->getTerminalB(); diff --git a/testHasttable/topologyrecorder.cpp b/testHasttable/topologyrecorder.cpp index 6285814..a79fa7e 100644 --- a/testHasttable/topologyrecorder.cpp +++ b/testHasttable/topologyrecorder.cpp @@ -20,7 +20,7 @@ bool TopologyRecorder::isEquipmentNeeded(const QString& substatinID) else { QString feederID=sfd->getSubstationMemberOf_Feeder(); - return feederID=="FD-2048"||sfd->getNamingDescription()=="V馈线站"; + return feederID=="FD-2057"||sfd->getNamingDescription()=="V馈线站"; } return false; }