Skip to content

Commit

Permalink
avoid including lowe.h in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 2, 2016
1 parent 5cfc516 commit b44c4ca
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
Expand Up @@ -25,6 +25,7 @@
#include "two_scale_composite_convergence_tester.hpp"

#include "error.hpp"
#include "lowe.h"
#include "numerics2.hpp"
#include "two_scale_running_precision.hpp"

Expand Down
Expand Up @@ -33,9 +33,10 @@
#include "standard_model_two_scale_model.hpp"
#include "standard_model_two_scale_low_scale_constraint.hpp"

#include "lowe.h"
#include "two_scale_solver.hpp"

namespace softsusy { class QedQcd; }

namespace flexiblesusy {

class Two_scale;
Expand Down
Expand Up @@ -25,6 +25,7 @@
#include "two_scale_composite_convergence_tester.hpp"

#include "error.hpp"
#include "lowe.h"
#include "numerics2.hpp"
#include "two_scale_running_precision.hpp"

Expand Down
Expand Up @@ -32,9 +32,10 @@
#include "standard_model_two_scale_model.hpp"
#include "standard_model_two_scale_low_scale_constraint.hpp"

#include "lowe.h"
#include "two_scale_solver.hpp"

namespace softsusy { class QedQcd; }

namespace flexiblesusy {

class Two_scale;
Expand Down
1 change: 1 addition & 0 deletions templates/two_scale_high_scale_spectrum_generator.cpp.in
Expand Up @@ -23,6 +23,7 @@
#include "@ModelName@_two_scale_initial_guesser.hpp"

#include "error.hpp"
#include "lowe.h"
#include "numerics2.hpp"
#include "two_scale_running_precision.hpp"
#include "two_scale_solver.hpp"
Expand Down
4 changes: 2 additions & 2 deletions templates/two_scale_high_scale_spectrum_generator.hpp.in
Expand Up @@ -30,10 +30,10 @@
#include "@ModelName@_two_scale_model.hpp"
#include "@ModelName@_model_slha.hpp"

#include "lowe.h"

#include <tuple>

namespace softsusy { class QedQcd; }

namespace flexiblesusy {

class Two_scale;
Expand Down
1 change: 1 addition & 0 deletions templates/two_scale_low_scale_spectrum_generator.cpp.in
Expand Up @@ -23,6 +23,7 @@
#include "@ModelName@_two_scale_initial_guesser.hpp"

#include "error.hpp"
#include "lowe.h"
#include "numerics2.hpp"
#include "two_scale_running_precision.hpp"
#include "two_scale_solver.hpp"
Expand Down
4 changes: 2 additions & 2 deletions templates/two_scale_low_scale_spectrum_generator.hpp.in
Expand Up @@ -29,10 +29,10 @@
#include "@ModelName@_two_scale_model.hpp"
#include "@ModelName@_model_slha.hpp"

#include "lowe.h"

#include <tuple>

namespace softsusy { class QedQcd; }

namespace flexiblesusy {

class Two_scale;
Expand Down

0 comments on commit b44c4ca

Please sign in to comment.