aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy
diff options
context:
space:
mode:
authoreschnett <>2001-03-26 00:28:00 +0000
committereschnett <>2001-03-26 00:28:00 +0000
commitca6a4d18bb63afa6618349ec2607809d464773fb (patch)
tree756304053473e1d0b6707eeaaf57662d0aeb2e7a /CarpetExtra/HydroToy
parent22a5160dc0317483f81aeaab619c0dc0f41abcc1 (diff)
Using three time levels for quadratic time interpolation.
darcs-hash:20010326002815-f6438-a869ff9821a034995f0a868dfd2d96abdd3ae3e4.gz
Diffstat (limited to 'CarpetExtra/HydroToy')
-rw-r--r--CarpetExtra/HydroToy/interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CarpetExtra/HydroToy/interface.ccl b/CarpetExtra/HydroToy/interface.ccl
index 64e09a47a..722fb546f 100644
--- a/CarpetExtra/HydroToy/interface.ccl
+++ b/CarpetExtra/HydroToy/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn HydroToy
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/interface.ccl,v 1.1 2001/03/18 22:37:09 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/interface.ccl,v 1.2 2001/03/26 02:28:15 eschnett Exp $
implements: hydrotoy
@@ -7,7 +7,7 @@ implements: hydrotoy
public:
-CCTK_REAL hydroevolve type=GF timelevels=2
+CCTK_REAL hydroevolve type=GF timelevels=3
{
u vx vy vz
} "The evolve hydro fields"