aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2004-01-22 13:31:15 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2004-01-22 13:31:15 +0000
commitabaeb105276bad72c06cc1105a4b65f4b9f7907e (patch)
treebed82b9108d3f292d43810c0085fd145d145d9ed /src/PUGHSlab.h
parentc639bf269b53b3d2c250be2f74e866249c0687d9 (diff)
Renamed some aliased hyperslab functions to comply with the maximum length
for names of Fortran routines (31 characters): Hyperslab_DefineGlobalMappingByPhys -> Hyperslab_GlobalMappingByPhys Hyperslab_DefineGlobalMappingByIndex -> Hyperslab_GlobalMappingByIndex Hyperslab_DefineLocalMappingByPhys -> Hyperslab_LocalMappingByPhys Hyperslab_DefineLocalMappingByIndex -> Hyperslab_LocalMappingByIndex Also renamed the providing functions accordingly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@119 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index 5a562e0..72833d3 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -43,7 +43,7 @@ CCTK_INT PUGHSlab_GetList (CCTK_POINTER_TO_CONST _GH,
const CCTK_INT *hdatatypes, /* num_arrays */
const CCTK_POINTER *hdata, /* num_arrays */
CCTK_INT *retvals /* num_arrays */);
-CCTK_INT PUGHSlab_DefineLocalMappingByIndex (
+CCTK_INT PUGHSlab_LocalMappingByIndex (
CCTK_POINTER_TO_CONST _GH,
CCTK_INT vindex,
CCTK_INT hdim,
@@ -57,7 +57,7 @@ CCTK_INT PUGHSlab_DefineLocalMappingByIndex (
CCTK_INT *hsize_global, /* hdim */
CCTK_INT *hoffset_global /* hdim */);
-CCTK_INT PUGHSlab_DefineGlobalMappingByIndex (
+CCTK_INT PUGHSlab_GlobalMappingByIndex (
CCTK_POINTER_TO_CONST _GH,
CCTK_INT vindex,
CCTK_INT hdim,