From 3d0c7553c4b7dd78d3d24f6eb413ac2caf5f61cf Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 24 Jun 2002 17:13:08 +0000 Subject: minor fixes git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@164 c78560ca-4b45-4335-b268-5f3340f3cb52 --- doc/documentation.tex | 8 ++++---- 1 file 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3