Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / ShHealOper / ShHealOper_Sewing.cxx
index 4710d37b531c38a0d3f25d9b51daa68e4de9191e..6974f5a6c4ac1e58703744ae9256f250967db9d8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -119,7 +119,7 @@ Standard_Boolean ShHealOper_Sewing::sewing(const TopTools_SequenceOfShape& theSe
   //analysis either sewing was made by changing number of shells
   myDone = isSewed(aSewShape);
 
-  //keep modification of the subshapes in the Context.
+  //keep modification of the sub-shapes in the Context.
   TopExp_Explorer aExp(myInitShape,TopAbs_FACE);
   for( ; aExp.More(); aExp.Next())
     myDone = (getModifications( aExp.Current(),aSewing) || myDone);