aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyMoL/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/WaveToyMoL/interface.ccl')
-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