summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-29 00:16:58 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-29 00:16:58 +0000
commit28500b3274a40075842a84d61d5ee619123cf5b1 (patch)
tree14d2a2a17235cf7e06a0a6d852075c9c8a1b43d0 /doc
parenta71e457d4c6d89f3c0fbb7f3561bffc031c9395d (diff)
Added missing function reference for CCTK_IsThornActive().
This closes PR Documentation-578. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2540 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/FunctionReference.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index 48d7a7bc..68d09a9f 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -2577,6 +2577,23 @@ A negative return code indicates an error condition:
\end{CCTKFunc}
+% ActiveThorns.c
+\begin{CCTKFunc}{CCTK\_IsThornActive}{Reports whether a thorn was activated in a parameter file}
+\label{CCTK-IsThornActive}
+\function{int}{integer}{istat}
+\argument{const char *}{character*(*)}{thornname}
+\showargs
+\begin{params}
+\parameter{istat}{the return status}
+\parameter{thorname}{the name of the thorn to check}
+\end{params}
+\begin{discussion}
+This function returns a non-zero value if the thorn given by {\it thornname}
+was activated in a parameter file, and zero otherwise.
+\end{discussion}
+\end{CCTKFunc}
+
+
%%%%%
% JJJ
%%%%%