aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index b5640b8..6020e47 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -39,7 +39,8 @@ CCTK_INT Hyperslab_GetList (const cGH *GH,
const CCTK_INT *vindices /* num_arrays */,
const CCTK_INT *timelevels /* num_arrays */,
const CCTK_INT *hdatatypes /* num_arrays */,
- void *const *hdata /* num_arrays */);
+ void *const *hdata /* num_arrays */,
+ CCTK_INT *retvals /* num_arrays */);
CCTK_INT Hyperslab_DefineGlobalMappingByIndex (
const cGH *GH,
CCTK_INT vindex,