Skip to content

Commit

Permalink
Always compile templated (non-specialised) model classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jan 11, 2017
1 parent e597b73 commit 408e8af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions templates/module.mk.in
Expand Up @@ -58,9 +58,13 @@ LL@CLASSNAME@_MMA := \

LIB@CLASSNAME@_HDR := \
$(DIR)/@CLASSNAME@_a_muon.hpp \
$(DIR)/@CLASSNAME@_convergence_tester.hpp \
$(DIR)/@CLASSNAME@_effective_couplings.hpp \
$(DIR)/@CLASSNAME@_high_scale_constraint.hpp \
$(DIR)/@CLASSNAME@_info.hpp \
$(DIR)/@CLASSNAME@_initial_guesser.hpp \
$(DIR)/@CLASSNAME@_input_parameters.hpp \
$(DIR)/@CLASSNAME@_low_scale_constraint.hpp \
$(DIR)/@CLASSNAME@_mass_eigenstates.hpp \
$(DIR)/@CLASSNAME@_model.hpp \
$(DIR)/@CLASSNAME@_model_slha.hpp \
Expand All @@ -72,6 +76,7 @@ LIB@CLASSNAME@_HDR := \
$(DIR)/@CLASSNAME@_soft_parameters.hpp \
$(DIR)/@CLASSNAME@_standard_model_matching.hpp \
$(DIR)/@CLASSNAME@_susy_parameters.hpp \
$(DIR)/@CLASSNAME@_susy_scale_constraint.hpp \
$(DIR)/@CLASSNAME@_utilities.hpp

ifneq ($(findstring two_scale,$(SOLVERS)),)
Expand Down
5 changes: 0 additions & 5 deletions templates/two_scale.mk.in
Expand Up @@ -28,12 +28,7 @@ LIB@ModelName@_SRC += \
$(DIR)/@ModelName@_two_scale_spectrum_generator.cpp \
$(DIR)/@ModelName@_two_scale_susy_scale_constraint.cpp
LIB@ModelName@_HDR += \
$(DIR)/@ModelName@_convergence_tester.hpp \
$(DIR)/@ModelName@_high_scale_constraint.hpp \
$(DIR)/@ModelName@_initial_guesser.hpp \
$(DIR)/@ModelName@_low_scale_constraint.hpp \
$(DIR)/@ModelName@_standard_model_two_scale_matching.hpp \
$(DIR)/@ModelName@_susy_scale_constraint.hpp \
$(DIR)/@ModelName@_two_scale_convergence_tester.hpp \
$(DIR)/@ModelName@_two_scale_high_scale_constraint.hpp \
$(DIR)/@ModelName@_two_scale_initial_guesser.hpp \
Expand Down

0 comments on commit 408e8af

Please sign in to comment.