]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Bug IPAL8743. Fix DumpPython in MakeHexa()
authoreap <eap@opencascade.com>
Fri, 6 May 2005 07:15:12 +0000 (07:15 +0000)
committereap <eap@opencascade.com>
Fri, 6 May 2005 07:15:12 +0000 (07:15 +0000)
src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx

index ba9e3e1ae5fe8f44d317cbffd9b1ded8489365c8..afc0223b611e73fd6061a05fee59658436738259 100644 (file)
@@ -337,7 +337,7 @@ Handle(GEOM_Object) GEOMImpl_IBlocksOperations::MakeHexa
 
   //Make a Python command
   GEOM::TPythonDump(aFunction) << aBlock << " = geompy.MakeHexa("
-    << theFace1 << ", " << theFace2 << ", " << theFace3 << ")"
+    << theFace1 << ", " << theFace2 << ", " << theFace3 << ""
       << theFace4 << ", " << theFace5 << ", " << theFace6 << ")";
 
   SetErrorCode(OK);