mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-19 13:13:07 +05:00
Regression because of Mantis 0021952:
ExportToMEDX needs one argument more.
This commit is contained in:
parent
a2e2cffeb3
commit
8c0cc49261
@ -211,7 +211,7 @@ class PluginDialog(QDialog):
|
|||||||
name. This returns the filename.
|
name. This returns the filename.
|
||||||
'''
|
'''
|
||||||
filename=str("/tmp/padder_inputfile_"+meshName+".med")
|
filename=str("/tmp/padder_inputfile_"+meshName+".med")
|
||||||
meshObject.ExportToMEDX( filename, 0, SMESH.MED_V2_2, 1 )
|
meshObject.ExportToMEDX( filename, 0, SMESH.MED_V2_2, 1, 1 )
|
||||||
return filename
|
return filename
|
||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user