aboutsummaryrefslogtreecommitdiff
path: root/src/NewPUGHSlab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NewPUGHSlab.h')
-rw-r--r--src/NewPUGHSlab.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/NewPUGHSlab.h b/src/NewPUGHSlab.h
index a1f1167..1daef6a 100644
--- a/src/NewPUGHSlab.h
+++ b/src/NewPUGHSlab.h
@@ -18,7 +18,6 @@ extern "C"
{
#endif
-
/* prototype of datatype conversion routines */
typedef void (*PUGHSlab_conversion_fn) (void *hdata,
void *vdata,
@@ -37,9 +36,11 @@ int NewHyperslab_GetLocalHyperslab (cGH *GH,
const int lengths[/* hdim */],
const int downsample_[/* hdim */],
void **hdata,
+ int *free_hdata,
int hsize[/* hdim */],
int hsize_global[/* hdim */],
int hoffset_global[/* hdim */]);
+#if 0
int NewHyperslab_GetHyperslab (cGH *GH,
int target_proc,
int vindex,
@@ -52,7 +53,9 @@ int NewHyperslab_GetHyperslab (cGH *GH,
const int lengths[/* hdim */],
const int downsample_[/* hdim */],
void **hdata,
+ int *free_hdata,
int hsize[/* hdim */]);
+#endif
PUGHSlab_conversion_fn PUGHSlab_GetDatatypeConversionFn (int vtype, int htype);