Skip to content

Rename vec_access() and vec_size() methods

Ansgar Burchardt requested to merge ansgar/dune-common:rename-vec_access into master

This commit renames the vec_access() and vec_size() methods to match the ones in the DenseVector facade class, that is operator[]() and size().

Closes #3 (closed)

Merge request reports