aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%