aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2005-03-18 13:23:26 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2005-03-18 13:23:26 +0000
commitc5a7c0ba35f5d6f8eb544f7810a3e2a1490cf056 (patch)
tree11768d09caf35b6a6c133bc6c129b7f037ab8c8b
parent762fd7cfa9b79af3395b9b964bdd786b3bb9df50 (diff)
Forgot to remove the '*' for CCTK_STRING arguments.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@136 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--doc/documentation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 3cea1f1..067e857 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -125,7 +125,7 @@ CCTK_INT Hyperslab_GlobalMappingByPhys (
CCTK_POINTER_TO_CONST GH,
CCTK_INT vindex,
CCTK_INT hdim,
- CCTK_STRING *coord_system_name,
+ CCTK_STRING coord_system_name,
const CCTK_INT *direction /* vdim*hdim */,
const CCTK_REAL *origin /* vdim */,
const CCTK_REAL *extent /* hdim */,
@@ -153,7 +153,7 @@ CTK_INT Hyperslab_LocalMappingByPhys (
CCTK_POINTER_TO_CONST GH,
CCTK_INT vindex,
CCTK_INT hdim,
- CCTK_STRING *coord_system_name,
+ CCTK_STRING coord_system_name,
const CCTK_INT *direction /* vdim*hdim */,
const CCTK_REAL *origin /* vdim */,
const CCTK_REAL *extent /* hdim */,