herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
parameters.h
1 // -*- C++ -*-
2 /*
3  * parameters.h
4  * This file is indented to contain program wide parameters.
5  * Created on: Oct 26, 2010
6  * Author: Malin Sjodahl
7  */
8 
9 #ifndef COLORFULL_Parameters_h
10 #define COLORFULL_Parameters_h
11 
12 namespace ColorFull {
13 
22 const double accuracy=0.0000000000001;
23 
24 }
25 
26 #endif /* COLORFULL_Parameters_h_ */