0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM

fix Renumber()
This commit is contained in:
eap 2008-11-21 11:00:48 +00:00
parent ab4b31575f
commit ee358f28b2

View File

@ -317,7 +317,7 @@ void SMESHDS_Script::Renumber (const bool isNodes, const int startID, const int
myIsModified = true; myIsModified = true;
return; return;
} }
getCommand(SMESHDS_Renumber); getCommand(SMESHDS_Renumber)->Renumber( isNodes, startID, deltaID );
} }
//======================================================================= //=======================================================================