From: Pascale Noyret Date: Fri, 27 Jan 2012 12:47:13 +0000 (+0000) Subject: PN . Annulation modif pour Carmel X-Git-Tag: LOGILAB~230 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=49eded183980af942c5ba1cc17f32053d372aeb9;p=tools%2Feficas.git PN . Annulation modif pour Carmel --- diff --git a/InterfaceQT4/editor.py b/InterfaceQT4/editor.py index 3ba4d724..2a6550d9 100644 --- a/InterfaceQT4/editor.py +++ b/InterfaceQT4/editor.py @@ -146,19 +146,7 @@ class JDCEditor(QSplitter): self.jdc.appli = self txt_exception = None if not jdc: - if self.appli.code == "CARMEL3D" and self.jdc.procedure == "" : - try : - self.jdc.procedure="LINEAR=L_LAW()" - self.jdc.analyse() - print self.jdc.cr.get_mess_exception() - if self.jdc.cr.get_mess_exception()!="" : - self.jdc = self._newJDC(units=units) - self.jdc.analyse() - except : - self.jdc = self._newJDC(units=units) - self.jdc.analyse() - else : - self.jdc.analyse() + self.jdc.analyse() txt_exception = self.jdc.cr.get_mess_exception() if txt_exception: self.jdc = None