aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-06-04 12:51:28 +0000
committerikelley <ikelley@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-06-04 12:51:28 +0000
commite1a36e96bf2f7d3afbae8d8d6620b3041ffe2fd0 (patch)
tree79e9b859317147d275c2b0a52a69dbadec424aea
parentb680f5e2cd952c64e5fc3069dcadb507fc261151 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@93 0888f3d4-9f52-45d2-93bc-d00801ff5e46
-rw-r--r--doc/documentation.tex29
1 files changed, 16 insertions, 13 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 71dc4d8..17d5784 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,17 +1,27 @@
-% 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{IOStreamedHDF5}
\author{Thomas Radke}
-\date{2000\\$ $Revision$ $Date$ $}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
Thorn {\bf IOStreamedHDF5} provides an I/O method to stream variables in HDF5
file format via live sockets to any connected clients.
It also implements checkpointing/recovery functionality using HDF5.
-}
+\end{abstract}
%
%
\section{Purpose}
@@ -172,15 +182,8 @@ and build/install as usual.
Thorn {\bf IOStreamedHDF5} inherits from {\bf IOUtil} and {\bf IOHDF5Util}
so you need to include these thorns in your thorn list to build a configuration
with {\bf IOStreamedHDF5}.
-%
-%
-
-%
-% 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}