Salome HOME
Merge branch 'master' into V9_merge
[tools/eficas.git] / Tests / testelem / params.comm
1
2 DEBUT();
3 a = 1.0;
4
5 b = 3;
6
7 c = 15;
8
9 d = 5;
10
11 x = (1, 2);
12
13 y = [3, 4];
14
15 y2 = (y * 2);
16
17 z = 'a';
18
19 zz = 'v';
20
21 t = a;
22
23 v = """aaaa
24 bbbb""";
25
26 xx = ceil(sqrt(d));
27
28 yy = cos(3.1);
29
30 ax = sin(2);
31
32 bx = cos(xx);
33
34 cx = sin(xx);
35
36 zy = y[1];
37
38
39 MA=LIRE_MAILLAGE();
40
41 MB=LIRE_MAILLAGE();
42
43 FIN();