From 99ec811f21d095293cc4fe8d4a9d81352e5c5f18 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 18 Aug 2004 15:13:23 +0000 Subject: Remove comments that now have an illegal syntax. Require instead of use Boundary_SelectedGVs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@13 1bf05452-ddb3-4880-bfa1-00436340132b --- interface.ccl | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/interface.ccl b/interface.ccl index 222d4f1..3420112 100644 --- a/interface.ccl +++ b/interface.ccl @@ -11,16 +11,15 @@ USES INCLUDE HEADER: Slab.h CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) -USES FUNCTION SymmetryRegister - -CCTK_INT FUNCTION \ - SymmetryRegisterGrid \ - (CCTK_POINTER IN cctkGH, \ - CCTK_INT IN sym_handle, \ - CCTK_INT IN ARRAY which_faces, \ - CCTK_INT IN ARRAY symmetry_zone_width) -USES FUNCTION SymmetryRegisterGrid +REQUIRES FUNCTION SymmetryRegister +CCTK_INT FUNCTION \ + SymmetryRegisterGrid \ + (CCTK_POINTER IN cctkGH, \ + CCTK_INT IN sym_handle, \ + CCTK_INT IN ARRAY which_faces, \ + CCTK_INT IN ARRAY symmetry_zone_width) +REQUIRES FUNCTION SymmetryRegisterGrid @@ -28,4 +27,4 @@ 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) -USES FUNCTION Boundary_SelectedGVs +REQUIRES FUNCTION Boundary_SelectedGVs -- cgit v1.2.3