* Changed the exit condition for a few external classes in case the xml-file is not found.
Until now the program terminated with a segmentation fault which was not very user friendly... * Got rid of a strange construction in the TRIM.SP handler (vector<pair> -> map)
This commit is contained in:
10
src/external/libLFRelaxation/TLFRelaxation.h
vendored
10
src/external/libLFRelaxation/TLFRelaxation.h
vendored
@ -38,11 +38,11 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "gsl/gsl_math.h"
|
||||
#include "gsl/gsl_sf_exp.h"
|
||||
#include "gsl/gsl_sf_log.h"
|
||||
#include "gsl/gsl_sf_trig.h"
|
||||
#include "gsl/gsl_sf_bessel.h"
|
||||
//#include "gsl/gsl_math.h"
|
||||
//#include "gsl/gsl_sf_exp.h"
|
||||
//#include "gsl/gsl_sf_log.h"
|
||||
//#include "gsl/gsl_sf_trig.h"
|
||||
//#include "gsl/gsl_sf_bessel.h"
|
||||
|
||||
|
||||
//#include "TMath.h"
|
||||
|
Reference in New Issue
Block a user