3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 05:43:40 +01:00

Small fix in gf doc.

This commit is contained in:
tayral 2014-04-10 11:34:16 +01:00
parent 3aa380ba9d
commit 2be9587078

View File

@ -45,7 +45,7 @@ There are more examples for each specializations in the corresponding pages.
#include <triqs/gfs.hpp>
using namespace triqs::gfs;
int main(){
auto beta = 10;
auto beta = 10.0;
gf<imfreq> gf { {beta, Fermion}, {1,1}};
}