mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
changed vector to array to match other entries, removed extra trailing space
This commit is contained in:
parent
37b17b61cf
commit
5003cf4823
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue