From c51b54a5b14bb51b3d715c18aa7a4e6ab33d6f62 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 26 Feb 2003 16:26:40 +0000 Subject: IDScalarWaveElliptic uses a parameter from IDScalarWave, and schedules in a group defined by that thorn, so it must inherit from it as well. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@56 41e88fdd-2190-4c69-9c84-4659c8cf322e --- interface.ccl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/interface.ccl b/interface.ccl index 16c050d..fe45b39 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,10 +1,10 @@ # Interface definition for thorn IDScalarWaveElliptic # $Header$ -implements: idscalarwaveelliptic -inherits:grid wavetoy ellbase +implements: IDScalarWaveElliptic +inherits: Grid WaveToy EllBase IDScalarWave -USES INCLUDE HEADER: EllBase.h +USES INCLUDE HEADER: EllBase.h private: cctk_real ellcoeffs type = GF @@ -15,7 +15,4 @@ cctk_real ellcoeffs type = GF cctk_real outvars type = GF { temp -} "Temporary vars" - - - +} "Temporary vars" -- cgit v1.2.3