]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_BooleanArguments.cpp
Salome HOME
Compsolids in boolean operations
[modules/shaper.git] / src / GeomValidators / GeomValidators_BooleanArguments.cpp
index a5caa03fa019bcbe5e039ae1941b88981989e30e..c8a75ead58c3c381878b42e444e02b263b2d0604 100644 (file)
@@ -46,6 +46,7 @@ bool GeomValidators_BooleanArguments::isValid(const std::shared_ptr<ModelAPI_Fea
     return true;
   }
 
+  theError = "Not enough arguments";
   return false;
 }