From f45dedb94e20145bbfc4d74eaea20ee6789e38ba Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Fri, 1 Nov 2013 18:02:16 +0100 Subject: [PATCH] gf : improve error message --- triqs/gfs/gf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triqs/gfs/gf.hpp b/triqs/gfs/gf.hpp index 4373d4bf..dc998ea4 100644 --- a/triqs/gfs/gf.hpp +++ b/triqs/gfs/gf.hpp @@ -488,7 +488,7 @@ namespace triqs { namespace gfs { // delegate = so that I can overload it for specific RHS... template DISABLE_IF(arrays::is_scalar) triqs_gf_view_assign_delegation( gf_view g, RHS const & rhs) { - if (!(g.mesh() == rhs.mesh())) TRIQS_RUNTIME_ERROR<<"Gf Assignment in View : incompatible mesh"; + if (!(g.mesh() == rhs.mesh())) TRIQS_RUNTIME_ERROR<<"Gf Assignment in View : incompatible mesh"<