Skip to content
Commit 3c7d5d42 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Minor changes to the Array, ArrayView, Vector and VectorView classes

- passing indices and array/vector values by reference is useless
- declaring arguments passed by value as "const" is useless
- using "IndexType" and "ValueType" is better than "Index" and "Value",
  because Doxygen creates an automatic link to the description of the
  type
- various other documentation and whitespace fixes
parent 562903aa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment