mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fixed error reading survival_biasing parameter.
This commit is contained in:
parent
356b45104a
commit
fa593ec1d8
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ contains
|
|||
end if
|
||||
|
||||
! Survival biasing
|
||||
if (size(survival_) > 0) survival_biasing = .true.
|
||||
if (trim(survival_) == 'on') survival_biasing = .true.
|
||||
|
||||
! Cutoffs
|
||||
if (size(cutoff_) > 0) then
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<variable name="criticality" type="criticality_xml" />
|
||||
<variable name="verbosity_" tag="verbosity" type="integer" />
|
||||
<variable name="source_" tag="source" type="source_xml" />
|
||||
<variable name="survival_" tag="survival_biasing" type="word" length="3" dimension="1" />
|
||||
<variable name="survival_" tag="survival_biasing" type="word" length="3" />
|
||||
<variable name="cutoff_" tag="cutoff" type="cutoff_xml" dimension="1" />
|
||||
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue