2136cff789
EDF R&D has developed for twelve years a numerical simulation software for structural analysis, Code_Aster. Widely used for the expertise and maintenance of power plants and electrical networks, this tool covers a wide range of applications today: thermal and mechanical analysis - 3D linear or non linear, static or dynamic analysis pressure vessels - machines - civil engineering - porous media. (From the press release). This application is in french, but there exists a translated GUI (see the port cad/astk-client). PR: 54766 Submitted by: thierry@pompo.net
30 lines
1.0 KiB
Python
30 lines
1.0 KiB
Python
--- bibpyt/Execution/E_SUPERV.py.orig Wed Apr 23 11:45:33 2003
|
|
+++ bibpyt/Execution/E_SUPERV.py Mon Jul 7 22:18:22 2003
|
|
@@ -192,7 +192,7 @@
|
|
if j.par_lot == 'NON':
|
|
print "FIN EXECUTION"
|
|
if j.fico!=None :
|
|
- os.system('cat ./fort.15 ./ficode >> ./fort.15')
|
|
+ os.system('cat ./ficode >> ./fort.15')
|
|
return ier
|
|
|
|
# Verification de la validite du jeu de commande
|
|
@@ -272,7 +272,7 @@
|
|
return 1
|
|
except EOFError:
|
|
if j.fico!=None :
|
|
- os.system('cat ./fort.15 ./ficode >> ./fort.15')
|
|
+ os.system('cat ./ficode >> ./fort.15')
|
|
return 0
|
|
except :
|
|
self.MESSAGE("ERREUR INOPINEE - INTERRUPTION")
|
|
@@ -298,7 +298,7 @@
|
|
print ">> JDC.py : FIN RAPPORT"
|
|
|
|
if j.fico!=None :
|
|
- os.system('cat ./fort.15 ./ficode >> ./fort.15')
|
|
+ os.system('cat ./ficode >> ./fort.15')
|
|
return ier
|
|
except :
|
|
self.MESSAGE("ERREUR INOPINEE - INTERRUPTION")
|