On Thursday 23 March 2006 14:43, Christoph Bartoschek wrote: > if (rankIndex < 0 && rankIndex > dim) { > should be > if (rankIndex < 0 or rankIndex > dim) { Of course, thanks for the report :-) (if you have an svn account, it might be faster to just fix these yourselves, it's not that big a change).