aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2001-12-18 23:46:22 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2001-12-18 23:46:22 +0000
commit80800635627f7005c1961215b5fcd3c41470af6a (patch)
tree72e4d01936146970dd0c1f280043fc901be388e8
parenteb2632292604d7f6db805c304c1c3fde72babb86 (diff)
Turned return type of Hyperslab_FreeMapping() from 'int' to 'CCTK_INT'
as it is declared by its prototype. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@68 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--src/Mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapping.c b/src/Mapping.c
index 8e80893..8845f56 100644
--- a/src/Mapping.c
+++ b/src/Mapping.c
@@ -496,7 +496,7 @@ CCTK_INT Hyperslab_DefineGlobalMappingByIndex (
}
-int Hyperslab_FreeMapping (CCTK_INT mapping_handle)
+CCTK_INT Hyperslab_FreeMapping (CCTK_INT mapping_handle)
{
hslab_mapping_t *mapping;