mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #2161 from lewisgross1296/delete_tally
Add extern function to delete a tally by its index in the tallies vector
This commit is contained in:
commit
183d9c74f6
7 changed files with 51 additions and 3 deletions
|
|
@ -460,6 +460,13 @@ Functions
|
|||
:return: Return status (negative if an error occurs)
|
||||
:rtype: int
|
||||
|
||||
.. c:function:: int openmc_remove_tally(int32_t index);
|
||||
|
||||
Given an index of a tally, remove it from the tallies array
|
||||
:param int index: Index in tallies array
|
||||
:return: Return status (negative if an error occurs)
|
||||
:rtype: int
|
||||
|
||||
.. c:function:: int openmc_run()
|
||||
|
||||
Run a simulation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue