toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/internal matrix.hh


From: Tom Drummond
Subject: [Toon-members] TooN/internal matrix.hh
Date: Mon, 20 Apr 2009 17:54:37 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/20 17:54:37

Modified files:
        internal       : matrix.hh 

Log message:
        use Default Precision

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/matrix.hh?cvsroot=toon&r1=1.28&r2=1.29

Patches:
Index: matrix.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/matrix.hh,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- matrix.hh   12 Apr 2009 09:48:55 -0000      1.28
+++ matrix.hh   20 Apr 2009 17:54:37 -0000      1.29
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-template <int Rows=-1, int Cols=Rows, class Precision=double, class Layout = 
RowMajor>
+template <int Rows=-1, int Cols=Rows, class Precision=DefaultPrecision, class 
Layout = RowMajor>
 class Matrix : public Layout::template MLayout<Rows, Cols, Precision>
 {
 public:




reply via email to

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