aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index b1af99a..7e8acec 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -69,28 +69,6 @@ CCTK_INT PUGHSlab_DefineGlobalMappingByIndex (
CCTK_INT PUGHSlab_FreeMapping (CCTK_INT mapping_handle);
-int Hyperslab_GetLocalHyperslab (const cGH *GH,
- int vindex,
- int vtimelvl,
- int hdim,
- const int global_startpoint [/*vdim*/],
- const int directions [/*vdim*/],
- const int lengths [/*hdim*/],
- const int downsample_ [/*hdim*/],
- void **hdata,
- int hsize [/*hdim*/], int ghsize [/*hdim*/],
- int hoffset [/*hdim*/]);
-int Hyperslab_GetHyperslab (const cGH *GH,
- int proc,
- int vindex,
- int vtimelvl,
- int hdim,
- const int global_startpoint [/*vdim*/],
- const int directions [/*vdim*/],
- const int lengths [/*hdim*/],
- const int downsample_ [/*hdim*/],
- void **hdata, int hsize [/*hdim*/]);
-
#ifdef __cplusplus
}
#endif