aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-07-29 16:38:11 +0000
committerallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-07-29 16:38:11 +0000
commit4347cd9b24c30c77bb7a16944e8e049789404af8 (patch)
treeca91731ad80bf159a04934e0326ac92ae442e0a7 /interface.ccl
parent22adce91cfeddd17ea4874eebbc1fcdc6c288f9e (diff)
You can now run with both WaveToyF77 and WaveToyF90 and compiled (!)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@7 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 62c4309..be37f9a 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,16 +1,18 @@
# Interface definition for thorn WaveToyF77
# $Header$
-implements: wavetoyf77
+implements: wavetoy
inherits: grid
-private:
+protected:
cctk_real scalarevolve type = GF
{
phi
} "The evolved scalar field"
+private:
+
cctk_real scalarold type = GF
{
phi_old