Merge pull request #956 from smharper/rng_fission_neutrons

Add <create_fission_neutrons> to rng and rnc
This commit is contained in:
Paul Romano 2018-01-18 21:29:45 -06:00 committed by GitHub
commit 86df347962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,8 @@ element settings {
element confidence_intervals { xsd:boolean }? &
element create_fission_neutrons { xsd:boolean }? &
element cutoff {
(element weight { xsd:double } | attribute weight { xsd:double })? &
(element weight_avg { xsd:double } | attribute weight_avg { xsd:double })?

View file

@ -11,6 +11,11 @@
<data type="boolean"/>
</element>
</optional>
<optional>
<element name="create_fission_neutrons">
<data type="boolean"/>
</element>
</optional>
<optional>
<element name="cutoff">
<interleave>