Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-spack/spack_repo/eic/packages/sartre/add-cmath-headers.diff is written in an unsupported language. File is not indexed.

0001 --- a/src/Amplitudes.cpp
0002 +++ b/src/Amplitudes.cpp
0003 @@ -23,6 +23,7 @@
0004  //#define SARTRE_IN_MULTITHREADED_MODE 1  
0005  #include <iostream>  
0006  #include <cstdio>  
0007 +#include <cmath>  
0008  #include "Amplitudes.h"  
0009  #include "Constants.h"  
0010  #include "TableGeneratorSettings.h"  
0011 --- a/src/ModeFinderFunctor.cpp
0012 +++ b/src/ModeFinderFunctor.cpp
0013 @@ -24,6 +24,7 @@
0014  #include "CrossSection.h"    
0015  #include "Kinematics.h"    
0016  #include <iostream>
0017 +#include <cmath>
0018  
0019  using namespace std;    
0020  
0021 --- a/src/Settings.cpp
0022 +++ b/src/Settings.cpp
0023 @@ -29,6 +29,7 @@
0024  #include "TParticlePDG.h"
0025  #include "TError.h"
0026  #include <cstdlib>  
0027 +#include <cmath>
0028  
0029  #define PR(x) cout << #x << " = " << (x) << endl;
0030  
0031 --- a/src/VectorMesonDecayMass.cpp
0032 +++ b/src/VectorMesonDecayMass.cpp
0033 @@ -23,6 +23,7 @@
0034  #include "VectorMesonDecayMass.h"
0035  #include "EventGeneratorSettings.h"
0036  #include <iostream>
0037 +#include <cmath>
0038  
0039  using namespace std;
0040