From 762fd7cfa9b79af3395b9b964bdd786b3bb9df50 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 17 Mar 2005 16:00:50 +0000 Subject: Replaced 'const CCTK_CHAR *' with 'CCTK_STRING'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@135 10716dce-81a3-4424-a2c8-48026a0d3035 --- doc/documentation.tex | 4 ++-- 1 file 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 */, -- cgit v1.2.3