added openmc_remove_tally to documentation

This commit is contained in:
lewisgross1296 2022-08-16 14:26:48 -05:00
parent a8b0f1714a
commit 37b17b61cf

View file

@ -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