From 3d5f15a0cb5f6d614c7329d0d1113805d2fdfdab Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 21 May 2003 10:55:04 +0000 Subject: "CCTK_POINTER IN" is now "CCTK_POINTER_TO_CONST". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@236 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- src/Boundary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 *); -- cgit v1.2.3