toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/internal vector.hh


From: Tom Drummond
Subject: [Toon-members] TooN/internal vector.hh
Date: Mon, 30 Mar 2009 19:15:15 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/03/30 19:15:15

Modified files:
        internal       : vector.hh 

Log message:
        unbroke Vector<n> v (Zero);

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

Patches:
Index: vector.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vector.hh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- vector.hh   30 Mar 2009 18:22:49 -0000      1.29
+++ vector.hh   30 Mar 2009 19:15:15 -0000      1.30
@@ -16,7 +16,8 @@
        // construction from 0-ary operator
        template <class Op>
        inline Vector(const Operator<Op>& op)
-               : Base::template Layout<Size, Precision>(op.data(),op.size(), 
op.stride()) {
+       //      : Base::template Layout<Size, Precision> (op)
+       {
                Op::eval(*this);
        }
 




reply via email to

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