X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI.h;h=ee29287bfb2c54b9e87e3d2cce9a4a9e4cdcc10e;hp=37769bcb43fd435a5697f1374017c1735ca2a9e7;hb=faa1c8f2bc27c5244a34fe03584826de59cb17b3;hpb=cf8c1dc99ee5029f8374a7ddff34854bfafe066b diff --git a/src/SMESHGUI/SMESHGUI.h b/src/SMESHGUI/SMESHGUI.h index 37769bcb4..ee29287bf 100644 --- a/src/SMESHGUI/SMESHGUI.h +++ b/src/SMESHGUI/SMESHGUI.h @@ -150,7 +150,7 @@ public : void RemoveHypothesisOrAlgorithmOnMesh( SALOMEDS::SObject_ptr MorSM, SMESH::SMESH_Hypothesis_ptr anHyp ) ; void CreateLocalLength( QString TypeHypothesis, QString NameHypothesis, double Length ); - void CreateNbSegments( QString TypeHypothesis, QString NameHypothesis, double nbSegments ); + void CreateNbSegments( QString TypeHypothesis, QString NameHypothesis, int nbSegments ); void CreateMaxElementArea( QString TypeHypothesis, QString NameHypothesis, double MaxArea ); void CreateMaxElementVolume( QString TypeHypothesis, QString NameHypothesis, double MaxVolume );