Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintDistance.h
index b11e0a8a55d730345d30c641502df30ecb52f0f7..80a6fb5e359fa266affa436fe6f676d8092a5971 100644 (file)
@@ -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