mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 21:34:18 +05:00
0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
fix Renumber()
This commit is contained in:
parent
302341f64c
commit
2d450ae47d
@ -317,7 +317,7 @@ void SMESHDS_Script::Renumber (const bool isNodes, const int startID, const int
|
||||
myIsModified = true;
|
||||
return;
|
||||
}
|
||||
getCommand(SMESHDS_Renumber);
|
||||
getCommand(SMESHDS_Renumber)->Renumber( isNodes, startID, deltaID );
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user