24 istringstream fWireEff;
25 string aa1 = wireEffPointer;
30 fWireEff >> tempString >> tempString >> tempString >> tempString;
33 string tempLayer,tempCell;
36 for(
int i=0; i<NMDCWIRE; i++){
37 fWireEff >> tempGlobalWire >> tempLayer >> tempCell >> tempWireEff;
38 wireEff[tempGlobalWire] = tempWireEff;