aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2005-03-17 16:00:50 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2005-03-17 16:00:50 +0000
commit762fd7cfa9b79af3395b9b964bdd786b3bb9df50 (patch)
treefce80bbcaf7f3fa8c9488f5d81a7dec791ff422a
parent991165d4b7b66d988361f59abf852169c8903cf5 (diff)
Replaced 'const CCTK_CHAR *' with 'CCTK_STRING'.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@135 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 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 */,