Skip to content

Commit

Permalink
fixing missing Observables class
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 13, 2016
1 parent 45bb680 commit 527701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_CMSSM_database.cpp
Expand Up @@ -7,7 +7,7 @@
#include "CMSSM_input_parameters.hpp"
#include "CMSSM_utilities.hpp"
#include "ew_input.hpp"
#include "observables.hpp"
#include "CMSSM_observables.hpp"
#include "physical_input.hpp"
#include "test.h"
#include "lowe.h"
Expand Down Expand Up @@ -178,7 +178,7 @@ void test_input_parameter_equality(const T& a, const P& b)

BOOST_AUTO_TEST_CASE( test_CMSSM_read_write )
{
Observables obs1, obs2;
CMSSM_observables obs1, obs2;
obs1.a_muon_gm2calc = 1e-9;
obs1.a_muon_gm2calc_uncertainty = 1e-10;
Physical_input physical_input1, physical_input2;
Expand Down

0 comments on commit 527701e

Please sign in to comment.