Commit in trf++/include/trfutil on MAIN
smatrix.c+3-31.2 -> 1.3
removed CLHEP dependency

trf++/include/trfutil
smatrix.c 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- smatrix.c	6 Dec 2011 02:41:41 -0000	1.2
+++ smatrix.c	6 Dec 2011 03:27:00 -0000	1.3
@@ -7,7 +7,7 @@
 #include "nvector.h"
 #include "trfutil/trfstream.h"
 //#include <CLHEP/Matrix/SymMatrix.h>
-
+#include "trfclhep/SymMatrix.h"
 // output stream
 template <class T>
 void smatrix<T>::ostr(std::ostream& stream) const {
@@ -62,7 +62,7 @@
  return prod;
 }
 
-/*
+
 int invert( smatrix<double>& sma ) {
 
  // copy matrix to HEP object
@@ -87,6 +87,6 @@
  return err;
 
 }
-*/
+
  
 #endif
CVSspam 0.2.12