-
- Downloads
Add new method 'size' to class MultiTypeBlockVector, which returns the vector size
The class already contains a method 'count', which returns the same value. However, all our other vector types use 'size' for the vector size, not 'count'. Additionally, the method is static and DUNE_CONSTEXPR, which is sometimes helpful.
Please register or sign in to comment