]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN pour intergration formule_c
authorPascale Noyret <pascale.noyret@edf.fr>
Tue, 23 Oct 2007 09:00:26 +0000 (09:00 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Tue, 23 Oct 2007 09:00:26 +0000 (09:00 +0000)
Accas/A_ASSD.py
Accas/__init__.py

index 2791dd9493803337f71144efdd956964c59851ce..9182b06949e344ab505047594bb06e13389f5889 100644 (file)
@@ -49,6 +49,8 @@ class formule(I_FONCTION.formule,N_FONCTION.formule,ASSD):
       N_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
       I_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
 
+class formule_c(formule):pass
+
 # On conserve fonction (ceinture et bretelles)
 # fonction n'existe plus dans N_FONCTION on le remplace par formule
 class fonction(N_FONCTION.formule,I_FONCTION.fonction,ASSD):
index 8ba10bf6c3ef9f3aac6207d9109ad3bfa0f83560..2241fee151ba5db5b4c9e6216ef09112ceae19dd 100644 (file)
@@ -71,6 +71,7 @@ from A_ASSD import GEOM,geom
 # Pour le moment on laisse fonction (ceinture et bretelles)
 from A_ASSD import FONCTION, fonction
 from A_ASSD import formule
+from A_ASSD import formule_c
 from A_ASSD import CO
 
 from Noyau.N__F import _F