aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@50555cc7-fb31-491a-85db-9a2874240742>1999-10-11 11:15:26 +0000
committergoodale <goodale@50555cc7-fb31-491a-85db-9a2874240742>1999-10-11 11:15:26 +0000
commit381802dcf45ca575c0a2465fa87dd316461132b8 (patch)
tree11dad1b6c2724c7882bd3a1cc649f0f7aeab456b /interface.ccl
parent02617407d19e1d0a3f6fb3a9f63f0e0f28f0768e (diff)
Brought into sync with the other wavetoys and added a test suite.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@3 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 1 insertions, 7 deletions
diff --git a/interface.ccl b/interface.ccl
index 0de03c3..679343c 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,12 +8,8 @@ public:
cctk_real scalarevolve type = GF
{
phi
-} "The evolved scalar field"
-
-cctk_real scalarold type = GF
-{
phi_old
-} "The scalar field at the last timestep"
+} "The evolved scalar field"
private:
@@ -21,7 +17,5 @@ cctk_real scalartmps type = GF
{
phi_new
} "Temporary GF for WaveToy"
-
-