Skip to content
Snippets Groups Projects
Commit a47211f3 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

use tuple_size.

[[Imported from SVN: r6382]]
parent 99620261
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ int main(int argc, char** argv)
ret = 1;
}
if(static_cast<size_t>(Dune::Length<PointerTuple>::value) != static_cast<size_t>(Dune::tuple_size<PointerTuple>::value)) {
if(static_cast<size_t>(Dune::tuple_size<PointerTuple>::value) != static_cast<size_t>(Dune::tuple_size<PointerTuple>::value)) {
std::cerr<<"Length and size do not match!"<<std::endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment