Commit in trf++/src/trfutil on MAIN
smatrix.cpp+11.1 -> 1.2
RandomSeed.cpp+11.1 -> 1.2
+2
2 modified files
updates for CLHEP 2.1.0.1

trf++/src/trfutil
smatrix.cpp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- smatrix.cpp	7 Jul 2010 16:10:56 -0000	1.1
+++ smatrix.cpp	29 Jul 2011 04:22:44 -0000	1.2
@@ -2,6 +2,7 @@
 
 #include "trfutil/smatrix.h"
 #include <CLHEP/Matrix/SymMatrix.h>
+using namespace CLHEP;
 
 int invert( smatrix<double>& sma ) {
 

trf++/src/trfutil
RandomSeed.cpp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- RandomSeed.cpp	7 Jul 2010 16:10:56 -0000	1.1
+++ RandomSeed.cpp	29 Jul 2011 04:22:44 -0000	1.2
@@ -1,6 +1,7 @@
 // RandomSeed.cpp
 
 #include "CLHEP/Random/RandFlat.h"
+using namespace CLHEP;
 
 long MAX_SEED = 100000000;
 
CVSspam 0.2.8