mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-13 00:34:34 +05:00
more or less changes due to the warning at compilation time.
This commit is contained in:
parent
c7baaf7e92
commit
67a78d32fc
@ -242,7 +242,8 @@ void SMESHGUI_NbSegmentsDlg::ClickOnApply()
|
|||||||
case 0 :
|
case 0 :
|
||||||
{
|
{
|
||||||
myNbSeg = SpinBox_NbSeg->value() ;
|
myNbSeg = SpinBox_NbSeg->value() ;
|
||||||
mySMESHGUI->CreateNbSegments( "NumberOfSegments", myNameHypothesis, myNbSeg );
|
int nbSegInt = int(myNbSeg);
|
||||||
|
mySMESHGUI->CreateNbSegments( "NumberOfSegments", myNameHypothesis, nbSegInt );
|
||||||
break ;
|
break ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user