aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundary.h')
-rw-r--r--src/Boundary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Boundary.h b/src/Boundary.h
index 1fbe1ff..c9b0056 100644
--- a/src/Boundary.h
+++ b/src/Boundary.h
@@ -19,7 +19,7 @@ extern "C"
/* data type for pointer to function which implements a physical boundary
condition: */
-typedef CCTK_INT (*phys_bc_fn_ptr)(const CCTK_POINTER, const CCTK_INT,
+typedef CCTK_INT (*phys_bc_fn_ptr)(CCTK_POINTER_TO_CONST, const CCTK_INT,
const CCTK_INT *, const CCTK_INT *,
const CCTK_INT *, const CCTK_INT *);