@@ -374,7 +374,7 @@ void CIMExporter::idToNumber(QList<T> &s)//把所有元件的标识进行编号
|
||||
T _t=*ite;
|
||||
_t.fromNum=this->numberIt(_t.fromID);
|
||||
_t.toNum=this->numberIt(_t.toID);
|
||||
std::cout<<"id "<<_t.id.toStdString()<<" "<<_t.fromNum<<" "<<_t.toNum<<std::endl;
|
||||
// std::cout<<"id "<<_t.id.toStdString()<<" "<<_t.fromNum<<" "<<_t.toNum<<std::endl;
|
||||
*ite=_t;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user