aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-06-24 17:13:08 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-06-24 17:13:08 +0000
commit3d0c7553c4b7dd78d3d24f6eb413ac2caf5f61cf (patch)
tree13876d8a5f36ae26ebfed7b6cb1d66d6daa74571
parent097f59a8ceec4fc53d8260ac141c26f8b71de17b (diff)
minor fixes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@164 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index fd4ed67..18dc45e 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -98,8 +98,8 @@ up the integer {\em grid size\/} ({\it eg} 128), floating-point
parameters, or with the \verb|grid::xyzmin| and
\verb|grid::xyzmax| parameters. The grid spacings are then
determined automagically from this information and the
- \verb|driver::global\_nx|, \verb|driver::global\_ny|, and
- \verb|driver::global\_nz| grid-size parameters. You should
+ \verb|driver::global_nx|, \verb|driver::global_ny|, and
+ \verb|driver::global_nz| grid-size parameters. You should
also chose the \verb|grid::domain| parameter consistent with
all these other parameters. (It's not clear whether or not
the code ever explicitly checks this.)
@@ -283,13 +283,13 @@ uses include symmetry.h
\end{verbatim}
in your \verb|interface.ccl| file. Then in your thorn you can write (C)
\begin{verbatim}
-#include "symmetry.h"
+#include "Symmetry.h"
static int one=1;
int sym[3];
sym[0] = -one;
sym[1] = -one;
sym[2] = one;
-SetCartSymVN(cctkGH, sym,"einstein::gxy");
+SetCartSymVN(cctkGH, sym,"ADMBase::gxy");
\end{verbatim}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%