aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 8bf4d1c..3cea1f1 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,
- const CCTK_CHAR *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,
- const CCTK_CHAR *coord_system_name,
+ CCTK_STRING *coord_system_name,
const CCTK_INT *direction /* vdim*hdim */,
const CCTK_REAL *origin /* vdim */,
const CCTK_REAL *extent /* hdim */,