Fixed error reading survival_biasing parameter.

This commit is contained in:
Paul Romano 2011-10-05 19:20:38 -04:00
parent 356b45104a
commit fa593ec1d8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>