aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 10:14:49 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 10:14:49 -0500
commitb13b56e95e98398dad8080c3ec6312f91eb95ac6 (patch)
tree64cefdb4addcce8bd396eb89986013968abe828f /Carpet/LoopControl/param.ccl
parentac6fe94fda53f6291582ff7a5572a8391c4744f7 (diff)
LoopControl: Disable demo code
Diffstat (limited to 'Carpet/LoopControl/param.ccl')
-rw-r--r--Carpet/LoopControl/param.ccl24
1 files changed, 0 insertions, 24 deletions
diff --git a/Carpet/LoopControl/param.ccl b/Carpet/LoopControl/param.ccl
index 229d1f489..f529229e2 100644
--- a/Carpet/LoopControl/param.ccl
+++ b/Carpet/LoopControl/param.ccl
@@ -15,30 +15,6 @@ BOOLEAN debug "Output debug information" STEERABLE=always
{
} "no"
-######################################
-# LoopControl demonstration parameters
-
-BOOLEAN run_demo "Run the embedded wavetoy as a LoopControl demo application"
-{
-} "no"
-
-CCTK_INT nx "Number of grid points in X dimension (for the embedded wavetoy example)"
-{
- 1:* :: "a positive integer"
-} 100
-CCTK_INT ny "Number of grid points in Y dimension (for the embedded wavetoy example)"
-{
- 1:* :: "a positive integer"
-} 100
-CCTK_INT nz "Number of grid points in Z dimension (for the embedded wavetoy example)"
-{
- 1:* :: "a positive integer"
-} 100
-CCTK_INT nsteps "Number of time steps (for the embedded wavetoy example)"
-{
- 1:* :: "a positive integer"
-} 100
-
#################