3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-12 14:08:24 +01:00

gf deprecated : correction

This commit is contained in:
Olivier Parcollet 2013-11-05 11:39:50 +01:00
parent c1fa2c75de
commit abc743c0a1
2 changed files with 11 additions and 11 deletions

View File

@ -20,11 +20,11 @@
******************************************************************************/ ******************************************************************************/
#ifndef TRIQS_GF_RE_IM_TIMES_H #ifndef TRIQS_GF_RE_IM_TIMES_H
#define TRIQS_GF_RE_IM_TIMES_H #define TRIQS_GF_RE_IM_TIMES_H
#include "./tools.hpp" #include "../tools.hpp"
#include "./gf.hpp" #include "../gf.hpp"
#include "./retime.hpp" #include "../retime.hpp"
#include "./imtime.hpp" #include "../imtime.hpp"
#include "./meshes/product.hpp" #include "../meshes/product.hpp"
namespace triqs { namespace gfs { namespace triqs { namespace gfs {
@ -97,8 +97,8 @@ namespace triqs { namespace gfs {
} // gfs_implementation } // gfs_implementation
// CHANGE THIS NAME !!! // CHANGE THIS NAME !!!
template<typename RHS, bool V, typename Variable, typename Target, typename Opt > template<typename RHS, bool V, bool C, typename Variable, typename Target, typename Opt >
void assign_from_expression (gf_impl<Variable,Target,Opt,V> const &, RHS) {} void assign_from_expression (gf_impl<Variable,Target,Opt,V,C> const &, RHS) {}
//slices //slices
inline gf_view<retime,scalar_valued> slice_mesh_imtime (gf_view<re_im_time,scalar_valued> g, size_t index) { inline gf_view<retime,scalar_valued> slice_mesh_imtime (gf_view<re_im_time,scalar_valued> g, size_t index) {

View File

@ -20,10 +20,10 @@
******************************************************************************/ ******************************************************************************/
#ifndef TRIQS_GF_TWO_TIMES_H #ifndef TRIQS_GF_TWO_TIMES_H
#define TRIQS_GF_TWO_TIMES_H #define TRIQS_GF_TWO_TIMES_H
#include "./tools.hpp" #include "../tools.hpp"
#include "./gf.hpp" #include "../gf.hpp"
#include "./retime.hpp" #include "../retime.hpp"
#include "./meshes/product.hpp" #include "../meshes/product.hpp"
namespace triqs { namespace gfs { namespace triqs { namespace gfs {