mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
minor comment change
This commit is contained in:
parent
deb4de90a2
commit
ac8909fa29
1 changed files with 3 additions and 1 deletions
|
|
@ -410,7 +410,9 @@ class Combination(EqualityMixin):
|
|||
Functions which are to be added together
|
||||
operations : Iterable of numpy.ufunc
|
||||
Operations to perform between functions; note that the standard order
|
||||
of operations (i.e., PEMDAS) will not be followed.
|
||||
of operations will not be followed, but can be simulated by
|
||||
combinations of Combination objects. The operations parameter must have
|
||||
a length one less than the number of functions.
|
||||
|
||||
|
||||
Attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue