summaryrefslogtreecommitdiff
path: root/Dragon/src/EVOGET.f
diff options
context:
space:
mode:
authorHEBERT Alain <alain.hebert@polymtl.ca>2025-11-02 07:57:13 -0500
committerHEBERT Alain <alain.hebert@polymtl.ca>2025-11-02 07:57:13 -0500
commit8e8dd16f67ed325e2bf7fca0a9d878a18e6911ae (patch)
tree2c6cbaa77460b43053edfb9d865fd568ba160322 /Dragon/src/EVOGET.f
parentbb19a602772d4fe89f5fa2e534b93237330fd89f (diff)
parentc234e0ad4a63b37eeb4f93ac05588403a60f2b20 (diff)
Merge branch '10-correct-energy-deposition-issues' into 'main'
#10: Correct a power normalization issue in module EVO: See merge request dragon/5.1!18
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.