mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-25 10:37:55 +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;
|
myIsModified = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
getCommand(SMESHDS_Renumber);
|
getCommand(SMESHDS_Renumber)->Renumber( isNodes, startID, deltaID );
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user