Skip to content
Snippets Groups Projects
Commit b9617cbc authored by Timo Koch's avatar Timo Koch
Browse files

[multitypeblockvector] Make count member function const

parent 7cb26196
Branches
Tags
1 merge request!241MultiTypeBlockVector: Inherit tuple constructors
......@@ -81,7 +81,7 @@ namespace Dune {
/**
* number of elements
*/
int count()
int count() const
{
return sizeof...(Args);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment