]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix bug (google style).
authorClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 9 Mar 2017 13:01:16 +0000 (14:01 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 9 Mar 2017 13:01:16 +0000 (14:01 +0100)
src/FeaturesPlugin/FeaturesPlugin_MultiTranslation.cpp

index 7b131b9aa11569027b2822149495b2239659132c..4112b4ace552473d99f0b6e277cdc1d5df639cf4 100644 (file)
@@ -161,7 +161,8 @@ void FeaturesPlugin_MultiTranslation::performOneDirection()
         aListOfShape.push_back(aTranslationAlgo->shape());
         aListOfTranslationAlgo.push_back(aTranslationAlgo);
       }
-      std::shared_ptr<GeomAPI_Shape> aCompound = GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
+      std::shared_ptr<GeomAPI_Shape> aCompound =
+        GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
       ResultBodyPtr aResultBody = document()->createBody(data(), aResultIndex);
       aResultBody->storeModified(aBaseShape, aCompound);
       loadNamingDS(aListOfTranslationAlgo, aResultBody, aBaseShape);
@@ -311,7 +312,8 @@ void FeaturesPlugin_MultiTranslation::performTwoDirection()
           aListOfTranslationAlgo.push_back(aTranslationAlgo);
         }
       }
-      std::shared_ptr<GeomAPI_Shape> aCompound = GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
+      std::shared_ptr<GeomAPI_Shape> aCompound =
+        GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
       ResultBodyPtr aResultBody = document()->createBody(data(), aResultIndex);
       aResultBody->storeModified(aBaseShape, aCompound);
       loadNamingDS(aListOfTranslationAlgo, aResultBody, aBaseShape);