]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL11161: In dump study geompy.MakeSolidShells() is used instead of geompy.MakeSolid().
authorjfa <jfa@opencascade.com>
Tue, 10 Jan 2006 11:46:27 +0000 (11:46 +0000)
committerjfa <jfa@opencascade.com>
Tue, 10 Jan 2006 11:46:27 +0000 (11:46 +0000)
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx

index 39172e1a9e3eae6f0b96ad54281e7eb51e967599..c0bd1752758fb40963f7225f9a303611bb9c0d38 100644 (file)
@@ -325,7 +325,7 @@ Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeShell
 Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeSolidShells
                              (list<Handle(GEOM_Object)> theShapes)
 {
-  return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolidShells");
+  return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolid");
 }
 
 //=============================================================================