From 21812bd883e525f44e7260e676966b8aca84dd91 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 4 Sep 2006 14:55:55 +0000 Subject: Removed duplicate entries for Util_TableSetInt() and Util_TableSetReal(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4373 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ReferenceManual/UtilReference.tex | 93 ----------------------------------- 1 file changed, 93 deletions(-) (limited to 'doc/ReferenceManual') diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex index 059f25c0..3dcc0657 100644 --- a/doc/ReferenceManual/UtilReference.tex +++ b/doc/ReferenceManual/UtilReference.tex @@ -3478,99 +3478,6 @@ iterator handle is invalid \end{FunctionDescription} -\begin{FunctionDescription}{Util\_TableSetInt} -\label{Util-TableSetInt} -Sets the value of entry {\tt key} in the given table. -\begin{SynopsisSection} -\begin{Synopsis}{C} -int retval = Util\_TableSetInt(int handle, CCTK\_INT value, const char *key); -\end{Synopsis} -\end{SynopsisSection} - -\begin{ResultSection} -\begin{Result}{UTIL\_ERROR\_BAD\_HANDLE}----------- -handle is invalid -\end{Result} -\begin{Result}{UTIL\_ERROR\_TABLE\_BAD\_KEY}-------- -key contains '/' character -\end{Result} -\begin{Result}{UTIL\_ERROR\_BAD\_INPUT}------------ -N\_value\_buffer {$<$} 0 -\end{Result} -\begin{Result}{UTIL\_ERROR\_BAD\_INPUT}------------ -value\_buffer != NULL and N\_value\_buffer $<$ 0 -\end{Result} -\begin{Result}{UTIL\_ERROR\_TABLE\_NO\_SUCH\_KEY}---- -no such key in table -\end{Result} -\begin{Result}{UTIL\_ERROR\_TABLE\_WRONG\_DATA\_TYPE}- -value has wrong data type -\end{Result} -\end{ResultSection} - -\begin{ParameterSection} -\begin{Parameter}{handle} -handle to the table -\end{Parameter} -\begin{Parameter}{value} -The value you wish to set {\tt key} to -\end{Parameter} -\begin{Parameter}{key} -The key of the value to set -\end{Parameter} -\end{ParameterSection} - -%\begin{Discussion} -%\end{Discussion} -\end{FunctionDescription} - -\begin{FunctionDescription}{Util\_TableSetReal} -\label{Util-TableSetReal} -Sets the value of entry {\tt key} in the given table. -\begin{SynopsisSection} -\begin{Synopsis}{C} -int retval = Util\_TableSetReal(int handle, CCTK\_REAL value, const char *key); -\end{Synopsis} -\end{SynopsisSection} - -\begin{ResultSection} -\begin{Result}{UTIL\_ERROR\_BAD\_HANDLE}----------- -handle is invalid -\end{Result} -\begin{Result}{UTIL\_ERROR\_TABLE\_BAD\_KEY}-------- -key contains '/' character -\end{Result} -\begin{Result}{UTIL\_ERROR\_BAD\_INPUT}------------ -N\_value\_buffer {$<$} 0 -\end{Result} -\begin{Result}{UTIL\_ERROR\_BAD\_INPUT}------------ -value\_buffer != NULL and N\_value\_buffer $<$ 0 -\end{Result} -\begin{Result}{UTIL\_ERROR\_TABLE\_NO\_SUCH\_KEY}---- -no such key in table -\end{Result} -\begin{Result}{UTIL\_ERROR\_TABLE\_WRONG\_DATA\_TYPE}- -value has wrong data type -\end{Result} -\end{ResultSection} - -\begin{ParameterSection} -\begin{Parameter}{handle} -handle to the table -\end{Parameter} -\begin{Parameter}{value} -The value you wish to set {\tt key} to -\end{Parameter} -\begin{Parameter}{key} -The key of the value to set -\end{Parameter} -\end{ParameterSection} - -%\begin{Discussion} -%\end{Discussion} -\end{FunctionDescription} - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Entering a function descrpition for Util\_TableQueryFlags -- cgit v1.2.3