From 673b44e5fa3d8616b96dbc03fbab73e40789a650 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 17 Feb 2003 16:46:04 +0000 Subject: Mention the range of possible timelevel values for the input_array_time_levels array in the options table. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@51 1c20744c-e24a-42ec-9533-f5004cb800e5 --- doc/documentation.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index dbc29e8..d314402 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -149,7 +149,8 @@ of \InterpGridArrays\ is: CCTK_INT input_array_time_levels[N_input_arrays]; \end{verbatim} which lets you choose the timelevels for the individual grid arrays to -interpolate. If no such table option is given, then the current timelevel (0) +interpolate (in the range $[0, N\_time\_levels\-\_of\_var\_i - 1]$). +If no such table option is given, then the current timelevel (0) will be taken as the default. The following table options are meant for the user to specify how the -- cgit v1.2.3