mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed the type of mat
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
225dc5c43c
commit
494e357a64
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Results(list):
|
|||
|
||||
def get_atoms(
|
||||
self,
|
||||
mat: Material,
|
||||
mat: Union[Material, str],
|
||||
nuc: str,
|
||||
nuc_units: str = "atoms",
|
||||
time_units: str = "s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue