Added Solt's ZF depolarization function to the libZFRelaxation

While doing that I realized that all LF functions within libLFRelaxation cannot be used at the moment
with a parallelized musrfit installation. Therefore, the built-in functions should be used for now.
One day this should be fixed ...
This commit is contained in:
Bastian M. Wojek
2011-06-02 15:36:43 +00:00
parent 6dd6381a4e
commit a427157180
6 changed files with 258 additions and 12 deletions

View File

@ -38,14 +38,6 @@
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 "TMath.h"
#include "PUserFcnBase.h"
#include "fftw3.h"
#include "BMWIntegrator.h"