From 28de6db132d923c95327faa16fa991dfb71a7480 Mon Sep 17 00:00:00 2001 From: Dylan Harries Date: Fri, 10 Mar 2017 15:08:55 +1030 Subject: [PATCH] Avoid dependence on Softsusy DoubleVector --- test/module.mk | 4 ++-- test/test_two_scale_solver.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/module.mk b/test/module.mk index 4eb30a2cd..a68795062 100644 --- a/test/module.mk +++ b/test/module.mk @@ -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 += \ @@ -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 diff --git a/test/test_two_scale_solver.cpp b/test/test_two_scale_solver.cpp index 7b92c868d..bac491629 100644 --- a/test/test_two_scale_solver.cpp +++ b/test/test_two_scale_solver.cpp @@ -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"