]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Mon, 6 Dec 2010 12:50:47 +0000 (12:50 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Mon, 6 Dec 2010 12:50:47 +0000 (12:50 +0000)
Accas/A_MCSIMP.py
Aster/editeur.ini
Aster/editeur_salome.ini

index 68943b9805c68c578bece588c0a6644dc3de43b6..5588614b8096c13234338a9ccd357cf0712d0ed7 100644 (file)
@@ -26,3 +26,4 @@ class MCSIMP(I_MCSIMP.MCSIMP,N_MCSIMP.MCSIMP,V_MCSIMP.MCSIMP):
    def __init__(self,val,definition,nom,parent):
       N_MCSIMP.MCSIMP.__init__(self,val,definition,nom,parent)
       V_MCSIMP.MCSIMP.__init__(self)
+      I_MCSIMP.MCSIMP.__init__(self)
index dfcd8d0b33a9d3bf2d6780393d4a9e7e2612550d..ad81527ec554e683452c29807c6ecc42928b6f96 100644 (file)
@@ -37,10 +37,12 @@ path_cata_dev   =       "/tmp/cata"
 rep_travail     =   "/tmp"
 
 # Choix des catalogues
-rep_mat_v96=os.path.join(rep_cata,'cataSTA9','materiau')
-rep_mat_v10=os.path.join(rep_cata,'cataSTA10','materiau')
+rep_mat_STA88=os.path.join(rep_cata,'cataSTA8','materiau')
+rep_mat_STA98=os.path.join(rep_cata,'cataSTA9','materiau')
+rep_mat_STA103=os.path.join(rep_cata,'cataSTA10','materiau')
 #
 catalogues=(
-('ASTER','v9.7',os.path.join(rep_cata,'cataSTA9'),'python'),
-('ASTER','v10.2',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
+('ASTER','STA8.8',os.path.join(rep_cata,'cataSTA8'),'python'),
+('ASTER','STA9.8',os.path.join(rep_cata,'cataSTA9'),'python'),
+('ASTER','STA10.3',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
 )
index 25ce39b9f5c05cf02c3c1e46d371b672bbc763ff..ad81527ec554e683452c29807c6ecc42928b6f96 100644 (file)
@@ -21,9 +21,8 @@
 import os
 
 # Répertoire initial
-#initialdir=os.curdir
-from prefs_ASTER import REPINI
-initialdir=REPINI
+import prefs_ASTER 
+initialdir=prefs_ASTER.REPINI
 rep_cata = os.path.join(initialdir,'Cata')
 rep_Pmw = os.path.join(initialdir,'../Pmw')
 
@@ -38,11 +37,12 @@ path_cata_dev   =       "/tmp/cata"
 rep_travail     =   "/tmp"
 
 # Choix des catalogues
-rep_mat_v88=os.path.join(rep_cata,'cataSTA8','materiau')
-rep_mat_v95=os.path.join(rep_cata,'cataSTA9','materiau')
+rep_mat_STA88=os.path.join(rep_cata,'cataSTA8','materiau')
+rep_mat_STA98=os.path.join(rep_cata,'cataSTA9','materiau')
+rep_mat_STA103=os.path.join(rep_cata,'cataSTA10','materiau')
 #
 catalogues=(
-#('ASTER','v8.8',os.path.join(rep_cata,'cataSTA8'),'python'),
-('ASTER','v9.5',os.path.join(rep_cata,'cataSTA9'),'python'),
-('ASTER','v10.0',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
+('ASTER','STA8.8',os.path.join(rep_cata,'cataSTA8'),'python'),
+('ASTER','STA9.8',os.path.join(rep_cata,'cataSTA9'),'python'),
+('ASTER','STA10.3',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
 )