]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
ajout test Test1
authoreficas <>
Wed, 6 Nov 2002 16:29:41 +0000 (16:29 +0000)
committereficas <>
Wed, 6 Nov 2002 16:29:41 +0000 (16:29 +0000)
Minicode/Test1/incl.13 [new file with mode: 0644]
Minicode/Test1/incl.14 [new file with mode: 0644]
Minicode/Test1/incl.17 [new file with mode: 0644]
Minicode/Test1/incl.23 [new file with mode: 0644]
Minicode/Test1/incl.26 [new file with mode: 0644]
Minicode/Test1/main.comm [new file with mode: 0644]

diff --git a/Minicode/Test1/incl.13 b/Minicode/Test1/incl.13
new file mode 100644 (file)
index 0000000..3e1feee
--- /dev/null
@@ -0,0 +1 @@
+a=1/
diff --git a/Minicode/Test1/incl.14 b/Minicode/Test1/incl.14
new file mode 100644 (file)
index 0000000..f0b5c0a
--- /dev/null
@@ -0,0 +1,2 @@
+MMA=LIRE_MAILLAGE()
+MA=LIRE_MAILLAGE()
diff --git a/Minicode/Test1/incl.17 b/Minicode/Test1/incl.17
new file mode 100644 (file)
index 0000000..3378d96
--- /dev/null
@@ -0,0 +1,3 @@
+MMA=LIRE_MAILLAGE()
+MA=LIRE_MAILLAGE()
+DETRUIRE(CONCEPT=_F(NOM=MA))
diff --git a/Minicode/Test1/incl.23 b/Minicode/Test1/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/Test1/incl.26 b/Minicode/Test1/incl.26
new file mode 100644 (file)
index 0000000..a5cfd11
--- /dev/null
@@ -0,0 +1,3 @@
+YYY=LIRE_MAILLAGE()
+MACRO3(MAIL2=MA)
+YY=LIRE_MAILLAGE()
diff --git a/Minicode/Test1/main.comm b/Minicode/Test1/main.comm
new file mode 100644 (file)
index 0000000..29ab506
--- /dev/null
@@ -0,0 +1,11 @@
+# Changer l'include 14
+# 1 en reprenant le meme fichier
+# 2 en prenant le fichier incl.17 qui contient une commande DETRUIRE
+
+DEBUT()
+INCLUDE(UNITE=14)
+DETRUIRE()
+INCLUDE(UNITE=23)
+DETRUIRE()
+FIN()
+