aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 10:14:49 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:46 +0000
commit8243724845a4c33e060ac5efc2248dca434b6a95 (patch)
treef63f1957bc474b17d3ddea00b8aeb8625fc2888b /Carpet/LoopControl
parentd23f0dbab9fa644c1be6a9446bd73ed51b04ea49 (diff)
LoopControl: Disable demo code
Diffstat (limited to 'Carpet/LoopControl')
-rw-r--r--Carpet/LoopControl/param.ccl24
-rw-r--r--Carpet/LoopControl/schedule.ccl8
-rw-r--r--Carpet/LoopControl/src/make.code.defn2
3 files changed, 1 insertions, 33 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
-
#################
diff --git a/Carpet/LoopControl/schedule.ccl b/Carpet/LoopControl/schedule.ccl
index 1a7c28d10..fc14c7b0d 100644
--- a/Carpet/LoopControl/schedule.ccl
+++ b/Carpet/LoopControl/schedule.ccl
@@ -6,11 +6,3 @@ if (printstats) {
LANG: C
} "Output loop control statistics"
}
-
-if (run_demo)
-{
- SCHEDULE lc_demo AT startup
- {
- LANG:C
- } "Run embedded wavetoy as a LoopControl demo application"
-}
diff --git a/Carpet/LoopControl/src/make.code.defn b/Carpet/LoopControl/src/make.code.defn
index 961ce4edd..426f7ee52 100644
--- a/Carpet/LoopControl/src/make.code.defn
+++ b/Carpet/LoopControl/src/make.code.defn
@@ -1,7 +1,7 @@
# Main make.code.defn file for thorn LoopControl
# Source files in this directory
-SRCS = loopcontrol.c loopcontrol.F90 loopcontrol_types.F90 lc_auto.c lc_siman.c lc_hill.c wavetoy-loopcontrol.c
+SRCS = loopcontrol.c loopcontrol.F90 loopcontrol_types.F90 lc_auto.c lc_siman.c lc_hill.c
# Subdirectories containing source files
SUBDIRS =