toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN util.h


From: Gerhard Reitmayr
Subject: [Toon-members] TooN util.h
Date: Thu, 18 Jan 2007 15:42:19 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      07/01/18 15:41:59

Modified files:
        .              : util.h 

Log message:
        fixed superfluous template keyword

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/util.h?cvsroot=toon&r1=1.4&r2=1.5

Patches:
Index: util.h
===================================================================
RCS file: /cvsroot/toon/TooN/util.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- util.h      15 Jan 2007 18:29:05 -0000      1.4
+++ util.h      18 Jan 2007 15:41:59 -0000      1.5
@@ -71,7 +71,7 @@
 
        template <int B> struct MatrixProductRow<B,B> {
            template <class F, class M1, class M2, class V> static inline void 
eval(const M1& a, const M2& b, V& v, int row) {
-               F::template eval(v[B], a[row] * b[B]);
+               F::eval(v[B], a[row] * b[B]);
            }
        };
        struct Assign { template <class LHS, class RHS> static inline void 
eval(LHS& lhs, const RHS& rhs) { lhs = rhs; } };




reply via email to

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