Print

Print


Commit in trf++/include/trfutil on MAIN
RandomGenerator.h+2-11.2 -> 1.3
removed CLHEP dependency

trf++/include/trfutil
RandomGenerator.h 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- RandomGenerator.h	8 Aug 2011 17:43:11 -0000	1.2
+++ RandomGenerator.h	6 Dec 2011 02:41:02 -0000	1.3
@@ -15,7 +15,8 @@
 // the number of calls to reproduce the state.
 
 #include <iosfwd>
-#include <CLHEP/Random/RanluxEngine.h>
+//#include <CLHEP/Random/RanluxEngine.h>
+#include "trfclhep/RanluxEngine.h"
 using CLHEP::RanluxEngine;
 
 class RandomGenerator {
CVSspam 0.2.12