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: Gerhard Reitmayr
Subject: [Toon-members] TooN/internal matrix.hh
Date: Fri, 03 Apr 2009 10:02:29 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      09/04/03 10:02:29

Modified files:
        internal       : matrix.hh 

Log message:
        assignment operator should return this

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

Patches:
Index: matrix.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/matrix.hh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- matrix.hh   31 Mar 2009 04:25:54 -0000      1.22
+++ matrix.hh   3 Apr 2009 10:02:29 -0000       1.23
@@ -80,6 +80,7 @@
        template<class Op> inline Matrix& operator= (const Operator<Op>& op)
        {
                op.eval(*this);
+               return *this;
        }
 
        // operator =




reply via email to

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