aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@ff385933-4943-42dc-877b-ffc776028de6>2002-06-04 12:51:31 +0000
committerikelley <ikelley@ff385933-4943-42dc-877b-ffc776028de6>2002-06-04 12:51:31 +0000
commit54225e33f89fc1cbbd0dc8aaa34c3ba0d2f791ee (patch)
tree99b7192a1421ce68287e73308ffc47283e8b9479
parent2ecb4d2bda123d52e5c3b8fc177c74f27ba10d30 (diff)
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
-rw-r--r--doc/documentation.tex27
1 files 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}