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: Wed, 29 Apr 2009 21:59:44 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/29 21:59:44

Modified files:
        internal       : matrix.hh 

Log message:
        namespace TooN included

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

Patches:
Index: matrix.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/matrix.hh,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- matrix.hh   26 Apr 2009 11:55:40 -0000      1.31
+++ matrix.hh   29 Apr 2009 21:59:44 -0000      1.32
@@ -28,6 +28,8 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
+namespace TooN {
+
 template <int Rows=-1, int Cols=Rows, class Precision=DefaultPrecision, class 
Layout = RowMajor>
 class Matrix : public Layout::template MLayout<Rows, Cols, Precision>
 {
@@ -180,3 +182,5 @@
                return *this;
        }
 };
+
+}




reply via email to

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