Added option to turn probability tables off.

This commit is contained in:
Paul Romano 2012-01-12 15:57:35 -05:00
parent 36173dc896
commit 069e795101
2 changed files with 4 additions and 0 deletions

View file

@ -129,6 +129,9 @@ contains
! Survival biasing
if (trim(survival_) == 'on') survival_biasing = .true.
! Probability tables
if (ptables_ == 'off') urr_ptables_on = .false.
! Cutoffs
if (size(cutoff_) > 0) then
weight_cutoff = cutoff_(1) % weight

View file

@ -23,6 +23,7 @@
<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" />
<variable name="ptables_" tag="ptables" type="word" length="3" />
<variable name="cutoff_" tag="cutoff" type="cutoff_xml" dimension="1" />
<variable name="cross_sections_" tag="cross_sections" type="word" length="255" />
<variable name="trace_" tag="trace" type="integer-array" />