From e305f449a82b0f953c508394f52d466633d888d1 Mon Sep 17 00:00:00 2001 From: gdd Date: Wed, 8 Aug 2012 09:47:00 +0000 Subject: [PATCH] 0021785: [CEA 619] impossible to add an enforced vertex by coords Coordinates of enforced vertex is now correctly added --- src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index 3c6fd03..4884edf 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -1386,7 +1386,7 @@ void BLSURFPluginGUI_HypothesisCreator::onAddEnforcedVertices() { if (boost::trim_copy(groupName).empty()) groupName = ""; - if (selEnfVertex == 1) + if (selEnfVertex <= 1) { double x,y,z; x = myXCoord->GetValue(); -- 2.39.2