summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 21:03:14 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 21:03:14 +0000
commit7ee2498ea601b0aafcf9c9b0b9c824732e7ff3b8 (patch)
treeb4b031d0e54e0d2ec9328f3cc267740631ab9bb9
parentcf8989ac9bdf6268373fb7e756801a95e2786ebe (diff)
Removed 2nd description of CCTK_PointerTo in function reference
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3065 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/FunctionReference.tex23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index 2b2110df..dc0cdfdf 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -4612,29 +4612,6 @@ call Util_TableSetPointer(ierror, table_handle, addr, "variable")
\end{ExampleSection}
\end{FunctionDescription}
-
-% util/Misc.c
-\begin{CCTKFunc}{CCTK\_PointerTo}%%%
-{Returns the address of a variable passed in by reference from a fortran routine}
-\label{CCTK-PointerTo}
-\function{}{CCTK\_POINTER}{addr}
-\argument{}{CCTK\_POINTER}{var}
-\showargs
-\begin{params}
-\parameter{var}{Routine to be registered as the interpolation operator}
-\end{params}
-\begin{discussion}
-Only C routines can be registered as interpolation operators.
-\end{discussion}
-\begin{examples}
-\begin{tabular}{@{}p{3cm}cp{11cm}}
-\hfill {\bf Fortran} && {\t addr = CCTK\_POINTERTO(var)}\\
-\\
-\end{tabular}
-\end{examples}
-\end{CCTKFunc}
-
-
% Groups.c
\begin{CCTKFunc}{CCTK\_PrintGroup}{Prints a group name from its index}
\label{CCTK-PrintGroup}