mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
added openmc_remove_tally to documentation
This commit is contained in:
parent
a8b0f1714a
commit
37b17b61cf
1 changed files with 8 additions and 0 deletions
|
|
@ -460,6 +460,14 @@ 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 vector
|
||||
:param int index: Index in tallies vector
|
||||
: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