isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
18 stars 14 forks source link

isis::util::FixedVector::sum method is not const #68

Closed Rollmops closed 11 years ago

Rollmops commented 11 years ago

As yet the following can not be done:

const isis::util::FixedVector<T,N> vec; T sum = vec.sum();