Index: operation.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/numeric/ublas/operation.hpp,v retrieving revision 1.26 diff -u -r1.26 operation.hpp --- operation.hpp 16 Mar 2007 22:31:46 -0000 1.26 +++ operation.hpp 26 Aug 2007 17:53:51 -0000 @@ -112,7 +112,6 @@ typedef L1 layout_type; size_type size1 = e1.size1(); - size_type size2 = e1.size2(); if (init) { noalias(v) = zero_vector(size1);