Update of /cvsroot/boost/boost/boost/numeric/ublas
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24431/boost/numeric/ublas

Modified Files:
        operation.hpp 
Log Message:
[uBLAS] FIX other is static member function

Index: operation.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/operation.hpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- operation.hpp       16 Jul 2006 13:13:01 -0000      1.23
+++ operation.hpp       12 Dec 2006 19:26:25 -0000      1.24
@@ -642,7 +642,7 @@
                 typename matrix_column<expression1_type>::const_iterator itc 
(mc.begin ());
                 typename matrix_column<expression1_type>::const_iterator 
itc_end (mc.end ());
                 while (itc != itc_end) {
-                    if (triangular_restriction::functor_type ().other 
(itc.index (), it2.index2 ()))
+                    if (triangular_restriction::other (itc.index (), 
it2.index2 ()))
                         m (itc.index (), it2.index2 ()) += *it1 * *itc;
                     ++ itc;
                 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to