aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2005-07-25 12:45:03 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2005-07-25 12:45:03 +0000
commit624616b1ee657ea3f0f783cc15d563f13fe87665 (patch)
tree31b36dcf9812b4d7a04b3816206fa8f52648eac8
parent2acc4a8bf1d72672e935586c007b786ca160546e (diff)
Fixed redefinition of \ThisThorn command in thorn documentation.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@218 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--doc/documentation.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f57ae5f..55ea7d2 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -17,7 +17,11 @@
% Do not delete next line
% START CACTUS THORNGUIDE
+\ifx\ThisThorn\undefined
\newcommand{\ThisThorn}{{\it IOHDF5}}
+\else
+\renewcommand{\ThisThorn}{{\it IOHDF5}}
+\fi
\begin{abstract}
Thorn \ThisThorn\ provides an I/O method to output variables in HDF5 file format.