]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet coding style (line length <= 100)
authorazv <azv@opencascade.com>
Tue, 16 May 2017 14:45:17 +0000 (17:45 +0300)
committerazv <azv@opencascade.com>
Tue, 16 May 2017 14:45:49 +0000 (17:45 +0300)
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.cpp

index 57529dc35510836b69f62ac5f02261abaf3ffd44..57f35592092f56f064048572e08d8031e36d11ce 100644 (file)
@@ -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;
 }