From 6b162e0d457763608efd749cc43b946cd246afc0 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Thu, 1 Mar 2018 12:51:29 +0100 Subject: [PATCH] Fixup --- dune/perftool/common/vectorclass.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dune/perftool/common/vectorclass.hh b/dune/perftool/common/vectorclass.hh index e686e9f7..2c7d6586 100644 --- a/dune/perftool/common/vectorclass.hh +++ b/dune/perftool/common/vectorclass.hh @@ -39,19 +39,19 @@ template<> struct base_floatingpoint<_vcl::Vec4d> { using value = double; -} +}; template<> struct base_floatingpoint<_vcl::Vec8d> { using value = double; -} +}; template<> struct base_floatingpoint<_vcl::Vec8f> { using value = float; -} +}; struct Vec4d { @@ -138,7 +138,7 @@ template<> struct base_floatingpoint<Vec4d> { using value = typename Vec4d::F; -} +}; /***************************************************************************** * @@ -808,7 +808,7 @@ template<> struct base_floatingpoint<Vec8d> { using value = typename Vec8d::F; -} +}; /***************************************************************************** * @@ -1233,7 +1233,7 @@ template<> struct base_floatingpoint<Vec8f> { using value = typename Vec8f::F; -} +}; /***************************************************************************** * -- GitLab