summaryrefslogtreecommitdiff
path: root/Donjon/data
diff options
context:
space:
mode:
authorAlain Hebert <alainhebert@Alains-MacBook-Pro.local>2025-12-01 09:43:55 +0100
committerAlain Hebert <alainhebert@Alains-MacBook-Pro.local>2025-12-01 09:43:55 +0100
commitf19b43f7cd3f1cbbe01ffd00b060ed1bd254aafb (patch)
treef6c715cf649827c919dd155a94be439e03151a02 /Donjon/data
parentd87cf2b7386ddef30f84802366aec3a9515681c8 (diff)
#17: Correct the SPH option in module BREF: for cases with many feeding assemblies
Diffstat (limited to 'Donjon/data')
-rwxr-xr-xDonjon/data/Reflector_beavrs_APEX_DF-RT_proc/REFL_APEX.c2m2
-rwxr-xr-xDonjon/data/Reflector_beavrs_DF-NEM_proc/REFL_MPO.c2m2
-rwxr-xr-xDonjon/data/Reflector_beavrs_DF-RT_Jeff3p1SHEM295_mco_proc/REFL_MCO.c2m2
3 files changed, 3 insertions, 3 deletions
diff --git a/Donjon/data/Reflector_beavrs_APEX_DF-RT_proc/REFL_APEX.c2m b/Donjon/data/Reflector_beavrs_APEX_DF-RT_proc/REFL_APEX.c2m
index 8d55fb4..c206ee0 100755
--- a/Donjon/data/Reflector_beavrs_APEX_DF-RT_proc/REFL_APEX.c2m
+++ b/Donjon/data/Reflector_beavrs_APEX_DF-RT_proc/REFL_APEX.c2m
@@ -342,7 +342,7 @@ WHILE IndexCB iBoreMax < DO
!----------------------------------------------------------
! APEX reflector creation
!----------------------------------------------------------
- IF htype 'DF-RT' = htype 'DF-RT-SPN' = + THEN
+ IF OptSph 'SPH' = THEN
Edition := EDI: MacrRefl :: EDIT 1 SAVE ;
ELSE
Edition := EDI: MacrRefl :: EDIT 1 ADFM SAVE ;
diff --git a/Donjon/data/Reflector_beavrs_DF-NEM_proc/REFL_MPO.c2m b/Donjon/data/Reflector_beavrs_DF-NEM_proc/REFL_MPO.c2m
index 6073dea..fb4810b 100755
--- a/Donjon/data/Reflector_beavrs_DF-NEM_proc/REFL_MPO.c2m
+++ b/Donjon/data/Reflector_beavrs_DF-NEM_proc/REFL_MPO.c2m
@@ -369,7 +369,7 @@ WHILE IndexCB iBoreMax < DO
!----------------------------------------------------------
! MPO reflector creation
!----------------------------------------------------------
- IF htype 'DF-RT' = htype 'DF-RT-SPN' = + THEN
+ IF OptSph 'SPH' = THEN
Edition := EDI: MacrRefl :: EDIT 1 SAVE ;
ELSE
Edition := EDI: MacrRefl :: EDIT 1 ADFM SAVE ;
diff --git a/Donjon/data/Reflector_beavrs_DF-RT_Jeff3p1SHEM295_mco_proc/REFL_MCO.c2m b/Donjon/data/Reflector_beavrs_DF-RT_Jeff3p1SHEM295_mco_proc/REFL_MCO.c2m
index d823ce7..06cc603 100755
--- a/Donjon/data/Reflector_beavrs_DF-RT_Jeff3p1SHEM295_mco_proc/REFL_MCO.c2m
+++ b/Donjon/data/Reflector_beavrs_DF-RT_Jeff3p1SHEM295_mco_proc/REFL_MCO.c2m
@@ -360,7 +360,7 @@ WHILE IndexCB iBoreMax < DO
!----------------------------------------------------------
! MPO reflector creation
!----------------------------------------------------------
- IF htype 'DF-RT' = htype 'DF-RT-SPN' = + THEN
+ IF OptSph 'SPH' = THEN
Edition := EDI: MacrRefl :: EDIT 1 SAVE ;
ELSE
Edition := EDI: MacrRefl :: EDIT 1 ADFM SAVE ;