mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added openmc_remove_tally_from_tallies to C++ API
in tally.py
This commit is contained in:
parent
8140ff492c
commit
9d146a3e0f
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ _dll.openmc_tally_set_type.errcheck = _error_handler
|
|||
_dll.openmc_tally_set_writable.argtypes = [c_int32, c_bool]
|
||||
_dll.openmc_tally_set_writable.restype = c_int
|
||||
_dll.openmc_tally_set_writable.errcheck = _error_handler
|
||||
_dll.openmc_remove_tally_from_tallies.argtypes = [c_int32]
|
||||
_dll.openmc_remove_tally_from_tallies.restype = None
|
||||
_dll.openmc_remove_tally_from_tallies.errcheck = _error_handler
|
||||
_dll.tallies_size.restype = c_size_t
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue