diff --git a/triqs/gfs/imfreq.hpp b/triqs/gfs/imfreq.hpp index 885a08e6..ba6bddc8 100644 --- a/triqs/gfs/imfreq.hpp +++ b/triqs/gfs/imfreq.hpp @@ -70,8 +70,6 @@ namespace gfs { template struct evaluator { static constexpr int arity = 1; template auto operator()(G const *g, int n) const DECL_AND_RETURN((*g)[n]); - template - auto operator()(G const *g, matsubara_freq_mesh::mesh_point_t const &p) const DECL_AND_RETURN((*g)[p.index()]); // dispatch for 2x2 cases : matrix/scalar and tail/no_tail ( true means no_tail) template