Skip to content
Snippets Groups Projects
Commit 9983691c authored by Elias Pipping's avatar Elias Pipping
Browse files

Undo inadvertent whitespace changes

parent c03c5fa9
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ namespace Dune {
{
return Sqrt<K>::sqrt(k);
}
}
/*! \brief Generic iterator class for dense vector and matrix implementations
......
......@@ -527,6 +527,7 @@ namespace Dune
static_assert(std::is_same<I,std::size_t>::value,"Your compiler is broken and does not support checking for arbitrary index types");
};
#endif // defined(DOXYGEN) or HAVE_IS_INDEXABLE_SUPPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment