From 54225e33f89fc1cbbd0dc8aaa34c3ba0d2f791ee Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:31 +0000 Subject: changing the documentation.tex files to use our cactus style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@30 ff385933-4943-42dc-877b-ffc776028de6 --- doc/documentation.tex | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index fb3fbfd..4f048b8 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,13 +1,25 @@ -% Thorn documentation template \documentclass{article} + +% Use the Cactus ThornGuide style file +% (Automatically used from Cactus distribution, if you have a +% thorn without the Cactus Flesh download this from the Cactus +% homepage at www.cactuscode.org) +\usepackage{../../../../doc/ThornGuide/cactus} + \begin{document} \title{NaNChecker} \author{Thomas Radke} -\date{26 May 2001} +\date{$ $Date$ $} + \maketitle -\abstract{Thorn NaNChecker reports NaN values found in variables.} +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +Thorn NaNChecker reports NaN values found in variables. +\end{abstract} \section{Purpose} @@ -134,11 +146,8 @@ The C function {\tt NaNChecker\_CheckVarsForNaN()} returns the total number of NaN/Inf values found, {\tt NaNChecker\_SetToNaN()} returns the total number of variables set to NaN; this return value is stored in the {\tt ierror} argument for the corresponding fortran wrapper routines. -% -% Automatically created from the ccl files -% Do not worry for now. -\include{interface} -\include{param} -\include{schedule} + +% Do not delete next line +% END CACTUS THORNGUIDE \end{document} -- cgit v1.2.3