From: adam Date: Fri, 9 Oct 2009 14:35:28 +0000 (+0000) Subject: windows port X-Git-Tag: V5_1_3rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=af4c9f6bc9ce92ac5e67e96d41cbd2883f8f110d;p=plugins%2Fghs3dplugin.git windows port --- diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index 1bc6f57..a285793 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -388,7 +388,7 @@ bool GHS3DPluginGUI_HypothesisCreator::checkVertexIsDefined() bool val = (!myXCoord->text().isEmpty())&&(!myYCoord->text().isEmpty())&&(!myZCoord->text().isEmpty())&&(!mySizeValue->text().isEmpty()); bool isDefined = val; if (val) - isDefined = not smpVertexExists(myXCoord->text().toDouble(),myYCoord->text().toDouble(),myZCoord->text().toDouble()); + isDefined = ! smpVertexExists(myXCoord->text().toDouble(),myYCoord->text().toDouble(),myZCoord->text().toDouble()); emit vertexDefined(isDefined); return isDefined;