mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-25 04:40:33 +05:00
ILMAB. Fix dump of "field.setStamp(step, stamp)" - invalid step is dumped
This commit is contained in:
parent
4e2d22a173
commit
37c62a48b4
@ -580,7 +580,7 @@ void GEOM_FieldStep::SetStamp(const int stamp)
|
||||
data.SetStepStamp( stamp );
|
||||
|
||||
TPythonDump( fun ) <<
|
||||
GetField() << ".setStamp( " << data.GetStepID() << ", " << stamp << " )";
|
||||
GetField() << ".setStamp( " << GetID() << ", " << stamp << " )";
|
||||
}
|
||||
}
|
||||
|
||||
@ -628,7 +628,7 @@ GEOM_FieldStep::getFunctionToSetValuesAndDump( const TCollection_AsciiString& va
|
||||
|
||||
//=======================================================================
|
||||
//function : SetValues
|
||||
//purpose : Sets int or bool values
|
||||
//purpose : Set int or bool values
|
||||
//=======================================================================
|
||||
|
||||
bool GEOM_FieldStep::SetValues( const Handle(TColStd_HArray1OfInteger)& values )
|
||||
|
Loading…
Reference in New Issue
Block a user