]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
ajout parametre pi au catalogue
authoreficas <>
Tue, 28 Feb 2006 11:15:42 +0000 (11:15 +0000)
committereficas <>
Tue, 28 Feb 2006 11:15:42 +0000 (11:15 +0000)
Aster/Cata/cataSTA81/__init__.py

index b8c94e9ebff3677b360c799840631cf751cce2c2..d35c1bb0dffdb11cd774671aacb65f51d359f207 100644 (file)
@@ -5,3 +5,5 @@ rep_macro = os.path.join(prefs.REPINI,'Cata/cataSTA81')
 sys.path.insert(0,rep_macro)
 from cata import *
 from math import ceil
+from Extensions import param2
+pi=param2.Variable('pi',pi)