]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_ExternalObjectsMgr.cpp
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / PartSet / PartSet_ExternalObjectsMgr.cpp
index 3128285f1b8b23202dabca00d18ac7d84a26bffc..17ecdeda6f9bff42672d2eda711ea7f37e66eede 100755 (executable)
@@ -96,7 +96,8 @@ void PartSet_ExternalObjectsMgr::removeExternalObject(const ObjectPtr& theObject
     if (aFeature.get() != NULL) {
       QObjectPtrList anObjects;
       anObjects.append(aFeature);
-      // the external feature should be removed with all references, composite sketch feature will be ignored
+      // the external feature should be removed with all references, 
+      // composite sketch feature will be ignored
       workshop(theWorkshop)->deleteFeatures(anObjects);
     }
   }