]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
spns #19079: partition x,y,z parameters spns/19079
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Sun, 13 Feb 2022 10:55:54 +0000 (11:55 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Sun, 13 Feb 2022 10:55:54 +0000 (11:55 +0100)
src/Tools/TopIIVolMeshPlug/TopIIVolMeshPluginDialog.py

index 91988c1ee78a2d67a0e7219c318ea4cb8eba2056..bc1f20dc0dfcfd7580456322f91c3245c94c85b8 100644 (file)
@@ -112,8 +112,8 @@ class TopIIVolMeshPluginDialog(Ui_TopIIVolMeshMainFrame,QWidget):
       shellCmd+= " --zpoints " + str(zPoints)
       shellCmd+= " --depth   " + str(depth)
       shellCmd+= " --partition_x " + str(xParts)
-      shellCmd+= " --partition_y " + str(xParts)
-      shellCmd+= " --partition_z " + str(xParts)
+      shellCmd+= " --partition_y " + str(yParts)
+      shellCmd+= " --partition_z " + str(zParts)
       shellCmd+= " --in " + inputMesh
     if platform.system()=="Windows" :
       self.SALOME_TMP_DIR = os.getenv("SALOME_TMP_DIR")