diff --git a/triqs/gfs/gf.hpp b/triqs/gfs/gf.hpp index 589e1b68..86a6950e 100644 --- a/triqs/gfs/gf.hpp +++ b/triqs/gfs/gf.hpp @@ -604,7 +604,7 @@ namespace gfs { // ----- tensor_valued template struct factories, Opt> { using gf_t = gf, Opt>; - using target_shape_t = arrays::mini_vector; + using target_shape_t = arrays::mini_vector; using mesh_t = typename gf_t::mesh_t; static typename gf_t::data_t make_data(mesh_t const &m, target_shape_t shape) { @@ -621,7 +621,7 @@ namespace gfs { // ----- matrix_valued template struct factories { using gf_t = gf; - using target_shape_t = arrays::mini_vector; + using target_shape_t = arrays::mini_vector; using mesh_t = typename gf_t::mesh_t; static typename gf_t::data_t make_data(mesh_t const &m, target_shape_t shape) {