]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Modif pour enlever les adherences a Openturs
authorPascale Noyret <pascale.noyret@edf.fr>
Tue, 22 Nov 2011 13:10:19 +0000 (13:10 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Tue, 22 Nov 2011 13:10:19 +0000 (13:10 +0000)
Carmel3D/configuration_CARMEL3D.py

index 0b8498f5630860315a732a33141e222b9807a92a..8b632ed5fa665f3d067f93a22e75c122dee55a40 100644 (file)
@@ -32,11 +32,11 @@ class CONFIG(configuration.CONFIG_BASE):
   def __init__(self,appli,repIni):\r
   #-----------------------------------\r
 \r
-      configuration.CONFIG_BASE.__init__(self,appli,repIni,'.Eficas_Openturns')\r
+      configuration.CONFIG_BASE.__init__(self,appli,repIni,'.Eficas_Carmel3D')\r
       self.INSTALLDIR =os.path.dirname(__file__)\r
       self.REPINI =os.path.dirname(__file__)\r
 \r
-      self.labels_user=['exec_acrobat', 'catalogues','savedir','path_doc','OpenTURNS_path']\r
+      self.labels_user=['exec_acrobat', 'catalogues','savedir','path_doc',]\r
       self.labels_eficas=["rep_user","INSTALLDIR","path_doc","exec_acrobat"]\r
       self.labels_eficas=self.labels_eficas+["rep_cata","initialdir","savedir","catalogues"]\r
       self.cataFile="editeur.ini"\r
@@ -46,8 +46,6 @@ class CONFIG(configuration.CONFIG_BASE):
   def lecture_fichier_ini_standard(self):\r
   #---------------------------------------\r
        configuration.CONFIG_BASE.lecture_fichier_ini_standard(self)\r
-       if hasattr(self,'OpenTURNS_path') :\r
-         self.oldOTPath=self.OpenTURNS_path\r
 \r
   #---------------------------------------\r
   def lecture_fichier_ini_utilisateur(self):\r