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: Edward Rosten
Subject: [Toon-members] TooN/internal matrix.hh
Date: Thu, 26 Feb 2009 21:44:08 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/02/26 21:44:08

Modified files:
        internal       : matrix.hh 

Log message:
        Typo

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

Patches:
Index: matrix.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/matrix.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- matrix.hh   18 Feb 2009 18:10:38 -0000      1.8
+++ matrix.hh   26 Feb 2009 21:44:08 -0000      1.9
@@ -47,7 +47,7 @@
            Op::eval(*this,lhs,rhs);
        }
 
-       // constructor from arbitrary vector
+       // constructor from arbitrary matrix
        template<int Rows2, int Cols2, typename Precision2, typename Base2>
        inline Matrix(const Matrix<Rows2, Cols2,Precision2,Base2>& from)
        :Layout::template Layout<Rows,Cols,Precision>(from.num_rows(), 
from.num_cols())




reply via email to

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