X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintDistance.h;h=80a6fb5e359fa266affa436fe6f676d8092a5971;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=b11e0a8a55d730345d30c641502df30ecb52f0f7;hpb=37c59d59b17e4a7e304588fb647488457a0c7283;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintDistance.h b/src/SketchSolver/SketchSolver_ConstraintDistance.h index b11e0a8a5..80a6fb5e3 100644 --- a/src/SketchSolver/SketchSolver_ConstraintDistance.h +++ b/src/SketchSolver/SketchSolver_ConstraintDistance.h @@ -38,7 +38,9 @@ protected: private: double myPrevValue; ///< previous value of distance (for correct calculation of a distance sign) - bool myIsNegative; ///< \c true, if the point if placed rightside of line direction (SLVS_C_PT_LINE_DISTANCE only) + + /// \c true, if the point if placed rightside of line direction (SLVS_C_PT_LINE_DISTANCE only) + bool myIsNegative; }; #endif