From 5d0049de7a266ac6eb283ffe509ca07742923bfd Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Fri, 6 Sep 2013 15:53:10 +0200 Subject: [PATCH] arrays : minor cosmetics --- triqs/arrays/indexmaps/cuboid/slice.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triqs/arrays/indexmaps/cuboid/slice.hpp b/triqs/arrays/indexmaps/cuboid/slice.hpp index 2173f93e..30f37507 100644 --- a/triqs/arrays/indexmaps/cuboid/slice.hpp +++ b/triqs/arrays/indexmaps/cuboid/slice.hpp @@ -67,9 +67,9 @@ namespace triqs { namespace arrays { namespace indexmaps { template static typename std::enable_if<((EllipsisLength>1) && std::is_base_of::type::value), void>::type invoke(LISILOSO, s_type & offset, Arg0 const & arg0, Args const & ... args ) { - constexpr bool dP = (std::is_base_of::type::value ? 1 : 0); // Arg0 is range or ellipsis + //constexpr int dP = 1;//(std::is_base_of::type::value ? 1 : 0); // Arg0 is range or ellipsis one_step(li,si,lo,so,offset, arg0); - invoke(li,si,lo,so, offset, arg0, args...); + invoke(li,si,lo,so, offset, arg0, args...); } template static void invoke(LISILOSO, s_type & offset ) {}