Skip to content

Commit

Permalink
Fix compilation of test with GCC version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 24, 2017
1 parent 8dd0aa9 commit 34c6c29
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/test_CMSSM_model.cpp
@@ -1,4 +1,10 @@

#include <cmath>
#include <iostream>
#include <sstream>
#include <limits>
#include <string>

#define private public

#include "CMSSM_two_scale_model.hpp"
Expand All @@ -10,11 +16,6 @@
#include "root_finder.hpp"
#include "fixed_point_iterator.hpp"

#include <cmath>
#include <iostream>
#include <limits>
#include <string>

void OrderAccordingTo(DoubleVector& m, DoubleMatrix& z, const DoubleMatrix& ref)
{
const int cols = ref.displayCols();
Expand Down

0 comments on commit 34c6c29

Please sign in to comment.