aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/param.ccl
diff options
context:
space:
mode:
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
-
#################