]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomData/GeomData_Point2D.cpp
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomData / GeomData_Point2D.cpp
index 7c9cb73e31de9b7c7f36962aa99145366aa62da5..6873674b073f3cb9b0d0dfc718dd38f91ac8e42a 100644 (file)
@@ -114,7 +114,8 @@ std::string GeomData_Point2D::expressionError(int theComponent)
   return myExpression[theComponent]->error();
 }
 
-void GeomData_Point2D::setUsedParameters(int theComponent, const std::set<std::string>& theUsedParameters)
+void GeomData_Point2D::setUsedParameters(int theComponent, 
+                                         const std::set<std::string>& theUsedParameters)
 {
   assert(theComponent >= 0 && theComponent < NUM_COMPONENTS);
   myExpression[theComponent]->setUsedParameters(theUsedParameters);