Skip to content

Commit

Permalink
Avoid dependence on Softsusy DoubleVector
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Mar 10, 2017
1 parent 4e723e9 commit 28de6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/module.mk
Expand Up @@ -56,7 +56,8 @@ endif # ifneq($(findstring lattice,$(SOLVERS)),)

ifneq ($(findstring two_scale,$(SOLVERS)),)
TEST_SRC += \
$(DIR)/test_two_scale_running_precision.cpp
$(DIR)/test_two_scale_running_precision.cpp \
$(DIR)/test_two_scale_solver.cpp

ifeq ($(WITH_SoftsusyMSSM),yes)
TEST_SRC += \
Expand All @@ -67,7 +68,6 @@ TEST_SRC += \
$(DIR)/test_rk.cpp \
$(DIR)/test_two_scale_mssm_solver.cpp \
$(DIR)/test_two_scale_mssm_initial_guesser.cpp \
$(DIR)/test_two_scale_solver.cpp \
$(DIR)/test_wrappers.cpp
endif

Expand Down
1 change: 0 additions & 1 deletion test/test_two_scale_solver.cpp
Expand Up @@ -2,7 +2,6 @@
#include "single_scale_constraint.hpp"
#include "single_scale_matching.hpp"
#include "two_scale_solver.hpp"
#include "linalg.h"
#include "error.hpp"

#include "mock_convergence_testers.hpp"
Expand Down

0 comments on commit 28de6db

Please sign in to comment.