mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
fixing normal distribution
This commit is contained in:
parent
db72d14205
commit
ded28ae558
1 changed files with 0 additions and 1 deletions
|
|
@ -448,7 +448,6 @@ class Normal(Univariate):
|
|||
@mean_value.setter
|
||||
def mean_value(self, mean_value):
|
||||
cv.check_type('Normal mean_value', mean_value, Real)
|
||||
cv.check_greater_than('Normal mean_value', mean_value, 0.0)
|
||||
self._mean_value = mean_value
|
||||
|
||||
@std_dev.setter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue