Salome HOME
appel d eficas for telemac2d
[modules/hydrosolver.git] / src / salome_hydro / pytel / eficas / appli.py
index b1189a5f539f232d20cd3db8392bf3ed736cf634..06e875396dd10de799466e858abd354770a4d2b6 100755 (executable)
@@ -53,7 +53,8 @@ class EficasForPytelAppli(eficasSalome.MyEficas):
         gridLayout = QGridLayout(area)
         gridLayout.addWidget(self)
         area.setWidgetResizable(1)
-        self.fileNew()
+        if fichier == None : self.fileNew()
+        else : self.addJdcInSalome(fichier)
 
         sgPyQt.createView("Eficas Pytel", self)