From 6fe7c11f79c5218052cd55218cf91b43f4654876 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 7 Apr 2006 14:06:00 +0000 Subject: CarpetSlab: Change "void *" to "CCTK_POINTER" darcs-hash:20060407140652-dae7b-03c6f7c154c386938abae0060c26e1d30e6b915e.gz --- Carpet/CarpetSlab/src/slab.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Carpet/CarpetSlab') diff --git a/Carpet/CarpetSlab/src/slab.h b/Carpet/CarpetSlab/src/slab.h index a4f643367..ad1308ac3 100644 --- a/Carpet/CarpetSlab/src/slab.h +++ b/Carpet/CarpetSlab/src/slab.h @@ -14,7 +14,7 @@ namespace CarpetSlab { CCTK_INT const vindex, CCTK_INT const timelevel, CCTK_INT const hdatatype, - void * const hdata); + CCTK_POINTER const hdata); CCTK_INT CarpetSlab_GetList (CCTK_POINTER_TO_CONST const cctkGH, CCTK_INT const mapping_handle, @@ -23,7 +23,7 @@ namespace CarpetSlab { CCTK_INT const * const vindices, CCTK_INT const * const timelevels, CCTK_INT const * const hdatatypes, - void * const * const hdata, + CCTK_POINTER const * const hdata, CCTK_INT * const retvals); CCTK_INT CarpetSlab_LocalMappingByIndex (CCTK_POINTER_TO_CONST const cctkGH, @@ -40,7 +40,7 @@ namespace CarpetSlab { CCTK_INT const src_type, CCTK_INT const dst_type, void const * const from, - void * const to), + CCTK_POINTER const to), CCTK_INT * const hsize_local, CCTK_INT * const hsize_global, CCTK_INT * const hoffset_global); @@ -59,7 +59,7 @@ namespace CarpetSlab { CCTK_INT const src_type, CCTK_INT const dst_type, void const * const from, - void * const to), + CCTK_POINTER const to), CCTK_INT * const hsize); CCTK_INT CarpetSlab_FreeMapping (CCTK_INT const mapping_handle); -- cgit v1.2.3