From c64deedf74164e8c112df25066138d847534a262 Mon Sep 17 00:00:00 2001 From: paboyle Date: Fri, 12 Jan 2018 23:09:35 +0000 Subject: [PATCH] Format --- lib/simd/Grid_avx512.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/simd/Grid_avx512.h b/lib/simd/Grid_avx512.h index ff572464..d22a3b81 100644 --- a/lib/simd/Grid_avx512.h +++ b/lib/simd/Grid_avx512.h @@ -126,15 +126,15 @@ struct Vset{ }; template - struct Reduce{ - //Need templated class to overload output type - //General form must generate error if compiled - inline Out_type operator()(In_type in){ - printf("Error, using wrong Reduce function\n"); - exit(1); - return 0; - } - }; +struct Reduce{ + //Need templated class to overload output type + //General form must generate error if compiled + inline Out_type operator()(In_type in){ + printf("Error, using wrong Reduce function\n"); + exit(1); + return 0; + } +}; /////////////////////////////////////////////////////