summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-09-04 14:55:55 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-09-04 14:55:55 +0000
commit21812bd883e525f44e7260e676966b8aca84dd91 (patch)
tree02ffb5f2f8eab21a5f49943c45de4c97e9a13ed4 /doc/ReferenceManual
parentfa68cfea73dbdee785e3f130464c2f70bddeccee (diff)
Removed duplicate entries for Util_TableSetInt() and Util_TableSetReal().
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4373 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/UtilReference.tex93
1 files changed, 0 insertions, 93 deletions
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