From 49eded183980af942c5ba1cc17f32053d372aeb9 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 27 Jan 2012 12:47:13 +0000 Subject: [PATCH] PN . Annulation modif pour Carmel --- InterfaceQT4/editor.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 -- 2.39.2