28 Jun
2011
28 Jun
'11
12:49 p.m.
On 06/27/11 23:48, petros wrote:
Hi Larry, This is strange, since this line is commented out!! Best Regards, Petros Yes. Very. Hmm... OOPS. Should have been:
typedef boost::subarray_gen
::type::const_iterator iterator1; for ( iterator3 it3 = a.begin(); it3 != a.end(); ++ it3 ) { cout << "in first iterator:"; boost::detail::multi_array::const_sub_array
const& d2 = *it3; cout << (d2.shape())[0] << "x" << (d2.shape())[1] << endl;
IOW, it was in the non-rotated printout loops. Sorry for careless quoting :(