X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_Cylinder.cpp;fp=src%2FGeomAlgoAPI%2FGeomAlgoAPI_Cylinder.cpp;h=a7512d382cf8e1f4e78586e82f7d38db87377051;hb=8d7a1d0b17149a1a8841de65ba678fc2cdb81508;hp=c08ab48dfe379d4251712b8e41de68a8f121a4cc;hpb=94ca85ef974b0954692ce0dedf578f7427e939ad;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp index c08ab48df..a7512d382 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp @@ -48,7 +48,7 @@ GeomAlgoAPI_Cylinder::GeomAlgoAPI_Cylinder(std::shared_ptr theAxis, bool GeomAlgoAPI_Cylinder::check() { if (!myAxis) { - myError = "Cylinder builder :: axis is invalid."; + myError = "Cylinder builder :: axis is not valid."; return false; } if (myRadius < Precision::Confusion()) {