From 0b217c3d7af54a0e3700560b609868a2a4489cbe Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Fri, 21 May 2004 15:43:00 +0000 Subject: Correct definitions of aliased functions darcs-hash:20040521154357-07bb3-3dcdbe40f101f2713307dc64331c849e29f6a7c1.gz --- CarpetExtra/WaveToyExpl/interface.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CarpetExtra/WaveToyExpl') diff --git a/CarpetExtra/WaveToyExpl/interface.ccl b/CarpetExtra/WaveToyExpl/interface.ccl index f05166930..231d8e0ee 100644 --- a/CarpetExtra/WaveToyExpl/interface.ccl +++ b/CarpetExtra/WaveToyExpl/interface.ccl @@ -1,9 +1,9 @@ # Interface definition for thorn WaveToyExpl -# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyExpl/interface.ccl,v 1.2 2003/11/05 16:18:40 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyExpl/interface.ccl,v 1.3 2004/05/21 17:43:57 schnetter Exp $ IMPLEMENTS: WaveToyExpl -INHERITS: boundary grid +INHERITS: grid @@ -11,7 +11,7 @@ CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, \ CCTK_STRING IN group_name, CCTK_STRING IN bc_name) -USES FUNCTION Boundary_SelectGroupForBC +REQUIRES FUNCTION Boundary_SelectGroupForBC -- cgit v1.2.3