aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/src/loopcontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/LoopControl/src/loopcontrol.cc')
-rw-r--r--Carpet/LoopControl/src/loopcontrol.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Carpet/LoopControl/src/loopcontrol.cc b/Carpet/LoopControl/src/loopcontrol.cc
index 2915f922d..fab467f28 100644
--- a/Carpet/LoopControl/src/loopcontrol.cc
+++ b/Carpet/LoopControl/src/loopcontrol.cc
@@ -638,11 +638,6 @@ void lc_control_init(lc_control_t *restrict const control,
lc_setup_t& setup = *descr->current_setup;
- const int max_size_factor = 4;
- const double very_expensive_factor = 1.5;
- const int tryout_iterations = 1; // 10;
- const double random_jump_probability = 0.1;
-
enum choices_t {
choice_set_default,
choice_keep_current,