Regression because of Mantis 0021952:

ExportToMEDX needs one argument more.
This commit is contained in:
ctn 2014-01-08 13:44:33 +00:00
parent a2e2cffeb3
commit 8c0cc49261

View File

@ -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):