aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-04-07 14:06:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-04-07 14:06:00 +0000
commit6fe7c11f79c5218052cd55218cf91b43f4654876 (patch)
treeedf99b83532a9b5c785d266f6be4158f6f9acf27 /Carpet/CarpetSlab
parentab9a44e4d2d5a781fbfddfc2f1223df48545a601 (diff)
CarpetSlab: Change "void *" to "CCTK_POINTER"
darcs-hash:20060407140652-dae7b-03c6f7c154c386938abae0060c26e1d30e6b915e.gz
Diffstat (limited to 'Carpet/CarpetSlab')
-rw-r--r--Carpet/CarpetSlab/src/slab.h8
1 files changed, 4 insertions, 4 deletions
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);