added chi-prompt, velocity, and prompt-neutron-lifetime mgxs

This commit is contained in:
Sam Shaner 2016-07-04 17:15:51 -04:00
parent 4198b6b514
commit 710f8a75b8
3 changed files with 865 additions and 19 deletions

View file

@ -213,7 +213,7 @@ def check_less_than(name, value, maximum, equality=False):
raise ValueError(msg)
def check_greater_than(name, value, minimum, equality=False):
"""Ensure that an object's value is less than a given value.
"""Ensure that an object's value is greater than a given value.
Parameters
----------