]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp
Salome HOME
Adding the "Cylinder" primitive (the following).
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Box.cpp
index 04c730e63aa78665198e998ddfcf8f5b88ab4175..97c13ddde1c6bedd5c3da86cc4645df0794d2f0c 100644 (file)
@@ -65,7 +65,7 @@ bool GeomAlgoAPI_Box::check()
     if (fabs(aDiffX)  < Precision::Confusion() ||
         fabs(aDiffY)  < Precision::Confusion() ||
         fabs(aDiffZ)  < Precision::Confusion()) {
-      myError = 
+      myError =
         "Box builder with points :: the points belong both to one of the OXY, OYZ or OZX planes";
       return false;
     }