From 28500b3274a40075842a84d61d5ee619123cf5b1 Mon Sep 17 00:00:00 2001 From: tradke Date: Sat, 29 Dec 2001 00:16:58 +0000 Subject: 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 --- doc/UsersGuide/FunctionReference.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') 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 %%%%% -- cgit v1.2.3