Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/yacs.git] / doc / exemples / exemple11 / v1 / f2.f
1       real function f2(x)
2       real x
3 C
4       real a
5       common / C / a
6 C
7       f2 = x * a
8       return
9       end