aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyMoL
diff options
context:
space:
mode:
authorschnetter <>2004-05-21 15:43:00 +0000
committerschnetter <>2004-05-21 15:43:00 +0000
commit0b217c3d7af54a0e3700560b609868a2a4489cbe (patch)
treef66b4c48338db369c1f5cc12ebdd310ec3d77468 /CarpetExtra/WaveToyMoL
parentdba23a317e3857eaf1a973a09a3e1fac92cd9cbc (diff)
Correct definitions of aliased functions
darcs-hash:20040521154357-07bb3-3dcdbe40f101f2713307dc64331c849e29f6a7c1.gz
Diffstat (limited to 'CarpetExtra/WaveToyMoL')
-rw-r--r--CarpetExtra/WaveToyMoL/interface.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/CarpetExtra/WaveToyMoL/interface.ccl b/CarpetExtra/WaveToyMoL/interface.ccl
index 992543fab..65e4cb5a0 100644
--- a/CarpetExtra/WaveToyMoL/interface.ccl
+++ b/CarpetExtra/WaveToyMoL/interface.ccl
@@ -1,9 +1,9 @@
# Interface definition for thorn WaveToyMoL
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyMoL/interface.ccl,v 1.3 2004/04/07 17:08:21 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyMoL/interface.ccl,v 1.4 2004/05/21 17:43:57 schnetter Exp $
IMPLEMENTS: WaveToyMoL
-INHERITS: boundary grid MethodOfLines
+INHERITS: grid
@@ -11,14 +11,14 @@ 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
CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \
CCTK_INT IN RHSIndex)
-USES FUNCTION MoLRegisterEvolvedGroup
+REQUIRES FUNCTION MoLRegisterEvolvedGroup