Further updates to the parallelized parts of libFitPofB
This commit is contained in:
parent
ce50cd396e
commit
a7b6b68b41
@ -29,6 +29,10 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "TBofZCalc.h"
|
||||
#include <omp.h>
|
||||
#include <cmath>
|
||||
|
@ -29,6 +29,10 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "TBulkTriVortexFieldCalc.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
@ -30,6 +30,10 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "TFilmTriVortexFieldCalc.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
@ -29,6 +29,10 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "TPofTCalc.h"
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
@ -35,6 +35,10 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "TPofTCalc.h"
|
||||
#include "fftw3.h"
|
||||
#include <cmath>
|
||||
@ -43,7 +47,6 @@
|
||||
#include <cstdlib>
|
||||
|
||||
#include <omp.h>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#include <TString.h>
|
||||
#include <TObjArray.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user