summaryrefslogtreecommitdiff
path: root/Donjon/data/Test4x4coupl_nompi_proc/Pmac.c2m
diff options
context:
space:
mode:
authorstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
committerstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
commit7dfcc480ba1e19bd3232349fc733caef94034292 (patch)
tree03ee104eb8846d5cc1a981d267687a729185d3f3 /Donjon/data/Test4x4coupl_nompi_proc/Pmac.c2m
Initial commit from Polytechnique Montreal
Diffstat (limited to 'Donjon/data/Test4x4coupl_nompi_proc/Pmac.c2m')
-rwxr-xr-xDonjon/data/Test4x4coupl_nompi_proc/Pmac.c2m24
1 files changed, 24 insertions, 0 deletions
diff --git a/Donjon/data/Test4x4coupl_nompi_proc/Pmac.c2m b/Donjon/data/Test4x4coupl_nompi_proc/Pmac.c2m
new file mode 100755
index 0000000..cf70f40
--- /dev/null
+++ b/Donjon/data/Test4x4coupl_nompi_proc/Pmac.c2m
@@ -0,0 +1,24 @@
+!
+! PROCEDURE: Pmac
+! USAGE: Macrolib construction for a fixed material
+! AUTHOR: E.Varin (97/08/11)
+! CALL:
+!
+! MACRO := Pmac ;
+!
+! NOTES:
+! All the sequential ASCII files are exported COMPO files
+! and must have the names and directory hierarchy as used
+! in the calling to CRE: module
+!
+ PARAMETER MACRO ::
+ ::: LINKED_LIST MACRO ; ;
+ LINKED_LIST NREFL ;
+ SEQ_ASCII REFLn ::
+ FILE 'REFLn' ;
+ MODULE CRE: END: ;
+*
+ NREFL := REFLn ;
+ MACRO := CRE: NREFL :: NMIX 2 READ
+ COMPO NREFL MIX 2 'MIXTMOD 1' ENDMIX ;
+ END: ;