aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-04 11:05:58 +0000
committerallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-04 11:05:58 +0000
commit4ef140c2df7c77fefeb6927b5bf882d855562165 (patch)
tree90c13f861736ca5708aa49ec5bea5b3bb18de9cd /interface.ccl
parenta12904e2eb63db11e01f9baa35aca7190c4e3239 (diff)
Removing initial data and setting of timestep from WaveToy, these
jobs go to different thorns now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@19 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl7
1 files changed, 4 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index cfe74cc..f8be420 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,22 +2,23 @@
# $Header$
implements: wavetoy
-inherits: grid
-protected:
+public:
cctk_real scalarevolve type = GF
{
phi
} "The evolved scalar field"
-private:
+protected:
cctk_real scalarold type = GF
{
phi_old
} "The scalar field at the last timestep"
+private:
+
cctk_real scalartmps type = GF
{
tmp