aboutsummaryrefslogtreecommitdiff
path: root/src/NewPUGHSlab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NewPUGHSlab.h')
-rw-r--r--src/NewPUGHSlab.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/NewPUGHSlab.h b/src/NewPUGHSlab.h
index 1daef6a..7fcffcb 100644
--- a/src/NewPUGHSlab.h
+++ b/src/NewPUGHSlab.h
@@ -25,21 +25,21 @@ typedef void (*PUGHSlab_conversion_fn) (void *hdata,
/* function prototypes */
-int NewHyperslab_GetLocalHyperslab (cGH *GH,
- int vindex,
- int vtimelvl,
- int hdim,
- int htype,
- PUGHSlab_conversion_fn copy_fn,
- const int global_startpoint[/* vdim */],
- const int directions[/* hdim * vdim */],
- const int lengths[/* hdim */],
- const int downsample_[/* hdim */],
- void **hdata,
- int *free_hdata,
- int hsize[/* hdim */],
- int hsize_global[/* hdim */],
- int hoffset_global[/* hdim */]);
+int NewHyperslab_GetLocalHyperslab (const cGH *GH,
+ int vindex,
+ int vtimelvl,
+ int hdim,
+ int htype,
+ PUGHSlab_conversion_fn copy_fn,
+ const int global_startpoint[/* vdim */],
+ const int directions[/* hdim * vdim */],
+ 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,