Print

Print


Commit in trf++/src/trfutil on MAIN
RandomSeed.cpp+3-11.2 -> 1.3
removed CLHEP dependency

trf++/src/trfutil
RandomSeed.cpp 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- RandomSeed.cpp	29 Jul 2011 04:22:44 -0000	1.2
+++ RandomSeed.cpp	6 Dec 2011 03:37:09 -0000	1.3
@@ -1,6 +1,7 @@
 // RandomSeed.cpp
 
-#include "CLHEP/Random/RandFlat.h"
+//#include "CLHEP/Random/RandFlat.h"
+#include "trfclhep/RandFlat.h"
 using namespace CLHEP;
 
 long MAX_SEED = 100000000;
@@ -9,6 +10,7 @@
 // (0,MAX_SEED).
 
 long RandomSeed(int i) {
+
   return RandFlat::shootInt(MAX_SEED);
 }
 
CVSspam 0.2.12