Skip to content

Commit

Permalink
Do not include SUSY scale constraint in initial guesser for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jan 24, 2017
1 parent 799c801 commit d12254f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/semi_analytic_high_scale_initial_guesser.cpp.in
Expand Up @@ -237,7 +237,6 @@ void @ModelName@_initial_guesser<Semi_analytic>::solve_susy_parameters()
initial_solver.set_running_precision(&precision);
initial_solver.add(&low_constraint, model);
initial_solver.add(&high_constraint, model);
initial_solver.add(&susy_constraint, model);
initial_solver.solve();
}

Expand Down

0 comments on commit d12254f

Please sign in to comment.