X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_Error.h;h=64e08004506305ee43ce874c0e7a0bf77bcd832b;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=148e5de066b9625db41f295f13442f3368dc54d6;hpb=c3aeb6b898054376c1047071ea9fea61abdc9e99;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_Error.h b/src/SketchSolver/SketchSolver_Error.h index 148e5de06..64e080045 100644 --- a/src/SketchSolver/SketchSolver_Error.h +++ b/src/SketchSolver/SketchSolver_Error.h @@ -20,14 +20,14 @@ class SketchSolver_Error /// The value parameter for the constraint inline static const std::string& CONSTRAINTS() { - static const std::string MY_ERROR_VALUE("The constraint is conflicting with others. \ - To fix this, you can either undo your operation or remove a conflicting constraint."); + static const std::string MY_ERROR_VALUE("The constraint is conflicting with others. " + "To fix this, you can either undo your operation or remove a conflicting constraint."); return MY_ERROR_VALUE; } /// Constraints should use objects instead of features as attributes inline static const std::string& NEED_OBJECT_NOT_FEATURE() { - static const std::string + static const std::string MY_ERROR_VALUE("Constraint should be based on object instead of feature"); return MY_ERROR_VALUE; } @@ -67,11 +67,11 @@ class SketchSolver_Error static const std::string MY_ERROR_VALUE("Entity already fixed"); return MY_ERROR_VALUE; } - /// Tangency constraint has been built with wrong attributes + /// Tangency constraint has been built with wrong attributes /// (for example, line and arc have two coincident points) inline static const std::string& TANGENCY_FAILED() { - static const std::string + static const std::string MY_ERROR_VALUE("Unable to create tangency constraint on given attributes"); return MY_ERROR_VALUE; }