Skip to content
Snippets Groups Projects
Commit 5e51b30d authored by Christian Engwer's avatar Christian Engwer
Browse files

proper usage of size_t

[[Imported from SVN: r458]]
parent 54baa754
Branches
Tags
No related merge requests found
......@@ -403,7 +403,7 @@ namespace Dune {
}
//! dimension of the vector space
int N () const
size_type N () const
{
return block_vector_unmanaged<B,A>::N();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment