Salome HOME
Issue #2811: Update content of Object node on creation moment
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Filling.cpp
index f08f44a4f7b8dcfb877394bd6510ef3e03ae8aff..3609b06ff66406806f0eb8d8678fd1cbc129c277 100644 (file)
@@ -102,7 +102,8 @@ void GeomAlgoAPI_Filling::buildByEdges()
 
   // check myMaxDegree >= aCurves.size() - 1 to be able to interpolate a surface
   if (myMaxDegree + 1 < aNbCurves) {
-    myError = "Unable to interpolate surface, Max deg + 1 should be greater or equal than number of sections.";
+    myError = "Unable to interpolate surface,"
+       " Max deg + 1 should be greater or equal than number of sections.";
     return;
   }