From 5003cf482361061d35b0195166f6c87580571eba Mon Sep 17 00:00:00 2001 From: lewisgross1296 Date: Tue, 16 Aug 2022 15:42:45 -0500 Subject: [PATCH] changed vector to array to match other entries, removed extra trailing space --- docs/source/capi/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/capi/index.rst b/docs/source/capi/index.rst index 623c9fa5c0..52c0b2406a 100644 --- a/docs/source/capi/index.rst +++ b/docs/source/capi/index.rst @@ -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