toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN internal/matrix.hh test/mmult_test.cc


From: Tom Drummond
Subject: [Toon-members] TooN internal/matrix.hh test/mmult_test.cc
Date: Tue, 10 Mar 2009 15:00:15 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/03/10 15:00:14

Modified files:
        internal       : matrix.hh 
        test           : mmult_test.cc 

Log message:
        cleaning on matrix.hh
        matrix*vector test in mmult_test

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/matrix.hh?cvsroot=toon&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/TooN/test/mmult_test.cc?cvsroot=toon&r1=1.2&r2=1.3

Patches:
Index: internal/matrix.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/matrix.hh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- internal/matrix.hh  6 Mar 2009 15:34:33 -0000       1.13
+++ internal/matrix.hh  10 Mar 2009 15:00:09 -0000      1.14
@@ -1,8 +1,6 @@
 template <int Rows=-1, int Cols=Rows, class Precision=double, class Layout = 
RowMajor>
 class Matrix : public Layout::template Layout<Rows, Cols, Precision>
 {
-private:
-       //using Layout::template Layout<Rows, Cols, Precision>::my_data;
 public:
 
        using Layout::template Layout<Rows, Cols, Precision>::my_data;

Index: test/mmult_test.cc
===================================================================
RCS file: /cvsroot/toon/TooN/test/mmult_test.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]