From: azv Date: Tue, 16 May 2017 14:45:17 +0000 (+0300) Subject: Meet coding style (line length <= 100) X-Git-Tag: V_2.7.1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a60a70625fe1224bbc43f3c236987ccd1d41d8b4;p=modules%2Fshaper.git Meet coding style (line length <= 100) --- diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.cpp b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.cpp index 57529dc35..57f355920 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.cpp +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.cpp @@ -74,7 +74,7 @@ void PlaneGCSSolver_Solver::addParameters(const GCS::SET_pD& theParams) myParameters.insert(myParameters.end(), aParams.begin(), aParams.end()); if (myConstraints.empty() && myDOF >=0) - myDOF += (int)aParams.size(); // calculate DoF by hand if and only if there is no constraints yet + myDOF += (int)aParams.size(); // calculate DoF by hand only if there is no constraints yet else myDiagnoseBeforeSolve = true; }