Print

Print


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

trf++/src/trfutil
smatrix.cpp 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- smatrix.cpp	29 Jul 2011 04:22:44 -0000	1.2
+++ smatrix.cpp	6 Dec 2011 03:29:25 -0000	1.3
@@ -1,7 +1,8 @@
 // smatrix.cpp
 
 #include "trfutil/smatrix.h"
-#include <CLHEP/Matrix/SymMatrix.h>
+//#include <CLHEP/Matrix/SymMatrix.h>
+#include "trfclhep/SymMatrix.h"
 using namespace CLHEP;
 
 int invert( smatrix<double>& sma ) {
@@ -26,5 +27,5 @@
 
  // return error status.
  return err;
-
+ 
 }
CVSspam 0.2.12