changed vector to array to match other entries, removed extra trailing space

This commit is contained in:
lewisgross1296 2022-08-16 15:42:45 -05:00
parent 37b17b61cf
commit 5003cf4823

View file

@ -462,12 +462,11 @@ Functions
.. 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
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