mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 17:13:08 +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.
|
||||
'''
|
||||
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
|
||||
|
||||
def clear(self):
|
||||
|
Loading…
Reference in New Issue
Block a user