]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
ajout test Test2
authoreficas <>
Wed, 6 Nov 2002 16:49:53 +0000 (16:49 +0000)
committereficas <>
Wed, 6 Nov 2002 16:49:53 +0000 (16:49 +0000)
Minicode/Test2/deb1.comm [new file with mode: 0644]
Minicode/Test2/deb2.comm [new file with mode: 0644]
Minicode/Test2/incl.22 [new file with mode: 0644]
Minicode/Test2/incl.23 [new file with mode: 0644]
Minicode/Test2/incl.24 [new file with mode: 0644]
Minicode/Test2/inclmat.comm [new file with mode: 0644]
Minicode/Test2/main.comm [new file with mode: 0644]

diff --git a/Minicode/Test2/deb1.comm b/Minicode/Test2/deb1.comm
new file mode 100644 (file)
index 0000000..4b084ba
--- /dev/null
@@ -0,0 +1,4 @@
+POURSUITE()
+MMA=LIRE_MAILLAGE()
+INCLUDE(UNITE=23)
+FIN()
diff --git a/Minicode/Test2/deb2.comm b/Minicode/Test2/deb2.comm
new file mode 100644 (file)
index 0000000..9287018
--- /dev/null
@@ -0,0 +1,4 @@
+DEBUT()
+MA=LIRE_MAILLAGE()
+INCLUDE(UNITE=22)
+FIN()
diff --git a/Minicode/Test2/incl.22 b/Minicode/Test2/incl.22
new file mode 100644 (file)
index 0000000..3e3609f
--- /dev/null
@@ -0,0 +1,3 @@
+XXX=LIRE_MAILLAGE()
+XX=LIRE_MAILLAGE()
+INCLUDE(UNITE=24)
diff --git a/Minicode/Test2/incl.23 b/Minicode/Test2/incl.23
new file mode 100644 (file)
index 0000000..5e020f0
--- /dev/null
@@ -0,0 +1,2 @@
+YYY=LIRE_MAILLAGE()
+YY=LIRE_MAILLAGE()
diff --git a/Minicode/Test2/incl.24 b/Minicode/Test2/incl.24
new file mode 100644 (file)
index 0000000..993fd41
--- /dev/null
@@ -0,0 +1,2 @@
+VVV=LIRE_MAILLAGE()
+VV=LIRE_MAILLAGE()
diff --git a/Minicode/Test2/inclmat.comm b/Minicode/Test2/inclmat.comm
new file mode 100644 (file)
index 0000000..b605ec5
--- /dev/null
@@ -0,0 +1,14 @@
+DEBUT()
+INCLUDE_MATERIAU(NOM_AFNOR='A42',
+                TYPE_MODELE='REF',
+                VARIANTE='C',
+                TYPE_VALE='NOMI',
+                NOM_MATER='M',
+               )
+INCLUDE_MATERIAU(NOM_AFNOR='A42',
+                TYPE_MODELE='REF',
+                VARIANTE='F',
+                TYPE_VALE='NOMI',
+                NOM_MATER='N',
+               )
+FIN()
diff --git a/Minicode/Test2/main.comm b/Minicode/Test2/main.comm
new file mode 100644 (file)
index 0000000..1af07c1
--- /dev/null
@@ -0,0 +1,9 @@
+POURSUITE()
+MA=LIRE_MAILLAGE()
+INCLUDE_MATERIAU(NOM_AFNOR='A42',
+                TYPE_MODELE='REF',
+                VARIANTE='C',
+                TYPE_VALE='NOMI',
+                NOM_MATER='MAT',
+               )
+FIN()