From abc743c0a1d8f645e9b6380e824860e76f01d909 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Tue, 5 Nov 2013 11:39:50 +0100 Subject: [PATCH] gf deprecated : correction --- triqs/gfs/deprecated/re_im_time.hpp | 14 +++++++------- triqs/gfs/deprecated/two_real_times.hpp | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/triqs/gfs/deprecated/re_im_time.hpp b/triqs/gfs/deprecated/re_im_time.hpp index b81392ab..4d313d53 100644 --- a/triqs/gfs/deprecated/re_im_time.hpp +++ b/triqs/gfs/deprecated/re_im_time.hpp @@ -20,11 +20,11 @@ ******************************************************************************/ #ifndef TRIQS_GF_RE_IM_TIMES_H #define TRIQS_GF_RE_IM_TIMES_H -#include "./tools.hpp" -#include "./gf.hpp" -#include "./retime.hpp" -#include "./imtime.hpp" -#include "./meshes/product.hpp" +#include "../tools.hpp" +#include "../gf.hpp" +#include "../retime.hpp" +#include "../imtime.hpp" +#include "../meshes/product.hpp" namespace triqs { namespace gfs { @@ -97,8 +97,8 @@ namespace triqs { namespace gfs { } // gfs_implementation // CHANGE THIS NAME !!! - template - void assign_from_expression (gf_impl const &, RHS) {} + template + void assign_from_expression (gf_impl const &, RHS) {} //slices inline gf_view slice_mesh_imtime (gf_view g, size_t index) { diff --git a/triqs/gfs/deprecated/two_real_times.hpp b/triqs/gfs/deprecated/two_real_times.hpp index 8ff5f724..3cad1917 100644 --- a/triqs/gfs/deprecated/two_real_times.hpp +++ b/triqs/gfs/deprecated/two_real_times.hpp @@ -20,10 +20,10 @@ ******************************************************************************/ #ifndef TRIQS_GF_TWO_TIMES_H #define TRIQS_GF_TWO_TIMES_H -#include "./tools.hpp" -#include "./gf.hpp" -#include "./retime.hpp" -#include "./meshes/product.hpp" +#include "../tools.hpp" +#include "../gf.hpp" +#include "../retime.hpp" +#include "../meshes/product.hpp" namespace triqs { namespace gfs {