summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual/UtilReference.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ReferenceManual/UtilReference.tex')
-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