From 9983691c44fe06d33587a713330948e7948beefb Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 25 Nov 2015 14:15:55 +0100 Subject: [PATCH] Undo inadvertent whitespace changes --- dune/common/densevector.hh | 1 + dune/common/typetraits.hh | 1 + 2 files changed, 2 insertions(+) diff --git a/dune/common/densevector.hh b/dune/common/densevector.hh index 7a6ac0e47..b322f0740 100644 --- a/dune/common/densevector.hh +++ b/dune/common/densevector.hh @@ -114,6 +114,7 @@ namespace Dune { { return Sqrt<K>::sqrt(k); } + } /*! \brief Generic iterator class for dense vector and matrix implementations diff --git a/dune/common/typetraits.hh b/dune/common/typetraits.hh index 733eb3bbd..8035a4c31 100644 --- a/dune/common/typetraits.hh +++ b/dune/common/typetraits.hh @@ -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 -- GitLab