Skip to content

Commit

Permalink
adapt MSSMcbs example to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 28, 2015
1 parent 355799f commit 1879a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customized-betas/MSSMcbs_spectrum_generator.hpp
Expand Up @@ -137,7 +137,7 @@ void MSSMcbs_spectrum_generator<T>::run(const QedQcd& oneset,
if (max_iterations > 0)
convergence_tester.set_max_iterations(max_iterations);

MSSMcbs_initial_guesser<T> initial_guesser(&model, input, oneset,
MSSMcbs_initial_guesser<T> initial_guesser(&model, oneset,
low_scale_constraint,
susy_scale_constraint,
high_scale_constraint);
Expand Down

0 comments on commit 1879a28

Please sign in to comment.