]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Transform.cpp
Salome HOME
Task 3.2. To keep compounds’ sub-shapes for all operations (issue #3139)
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Transform.cpp
index 389f87e05c170878c9944b99969a94d484761be8..1c3aefa09cacbaa883981e994e981a90f21fc11e 100644 (file)
@@ -38,7 +38,7 @@ void GeomAlgoAPI_Transform::build(std::shared_ptr<GeomAPI_Shape> theSourceShape,
                                   std::shared_ptr<GeomAPI_Trsf>  theTrsf)
 {
   if (!theSourceShape || !theTrsf) {
-    myError = "Transformation :: incorrect input data";
+    myError = "Transformation :: incorrect input data.";
     return;
   }