From 8be783ed4d277292786660d4a1b491a26fca6d17 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 28 Oct 2003 13:50:21 +0000 Subject: Change the way in which pointers are passed to and from Fortran. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@10 1bf05452-ddb3-4880-bfa1-00436340132b --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 2b33d82..aa3fd55 100644 --- a/interface.ccl +++ b/interface.ccl @@ -11,7 +11,7 @@ USES INCLUDE HEADER: Slab.h -CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER IN GH, \ +CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN array_size, CCTK_INT ARRAY OUT var_indicies, \ CCTK_INT ARRAY OUT faces, CCTK_INT ARRAY OUT boundary_widths, \ CCTK_INT ARRAY OUT table_handles, CCTK_STRING IN bc_name) -- cgit v1.2.3