@@ -221,7 +221,7 @@ void CIMExporter::exportTo(const QString& path,const QString &rootID)
|
||||
writer<<1<<seperator;
|
||||
writer<<endLine;
|
||||
//保存接地支路
|
||||
groudBranch.push_back(CIMExporter::GroundBranch(ite->toNum, ite->tf->g1,ite->tf->b1));//都只用g1,b1的数据
|
||||
groudBranch.push_back(CIMExporter::GroundBranch(ite->fromNum, ite->tf->g1,ite->tf->b1));//都只用g1,b1的数据
|
||||
|
||||
|
||||
LoadMapping loadMapping;
|
||||
|
||||
@@ -72,7 +72,7 @@ void Task::doAgainstTaskFile(ElementHashtable &eleHT)
|
||||
eleHT.GoPath();
|
||||
eleHT.ExportTo(QString("D:/MyPro/cimforreduceloss/testHasttable/output/pan/")+sep.at(0)+".txt");
|
||||
eleHT.ShowContainerInfo(lineName);
|
||||
break;
|
||||
// break;
|
||||
}
|
||||
file.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user