summaryrefslogtreecommitdiff
path: root/Dragon/src/EVOGET.f
diff options
context:
space:
mode:
authorAlain Hebert <alainhebert@Alains-MacBook-Pro.local>2025-11-02 13:21:20 +0100
committerAlain Hebert <alainhebert@Alains-MacBook-Pro.local>2025-11-02 13:21:20 +0100
commitc234e0ad4a63b37eeb4f93ac05588403a60f2b20 (patch)
tree2c6cbaa77460b43053edfb9d865fd568ba160322 /Dragon/src/EVOGET.f
parentbb19a602772d4fe89f5fa2e534b93237330fd89f (diff)
#10: Correct a power normalization issue in module EVO:
Diffstat (limited to 'Dragon/src/EVOGET.f')
-rw-r--r--Dragon/src/EVOGET.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dragon/src/EVOGET.f b/Dragon/src/EVOGET.f
index dcb7004..74ec2c3 100644
--- a/Dragon/src/EVOGET.f
+++ b/Dragon/src/EVOGET.f
@@ -31,9 +31,9 @@
* IEXTR= 1 linear extrapolation;
* IEXTR= 2 parabolic extrapolation.
* IGLOB flag for out-of-fuel power in flux normalization.
-* GLOB=-1: using the Serpent mode 0 emperical formula;
-* GLOB= 0: using the power released in the fuel;
-* GLOB= 1: using the power released in the global geometry.
+* IGLOB=-1: using the Serpent mode 0 empirical formula;
+* IGLOB= 0: using the power released in the fuel;
+* IGLOB= 1: using the power released in the global geometry.
* ISAT flag for saturaton:
* ISAT= 0 for flag OFF;
* ISAT= 1 for flag ON.