mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 13:53:40 +01:00
Small fix in gf doc.
This commit is contained in:
parent
3aa380ba9d
commit
2be9587078
@ -45,7 +45,7 @@ There are more examples for each specializations in the corresponding pages.
|
|||||||
#include <triqs/gfs.hpp>
|
#include <triqs/gfs.hpp>
|
||||||
using namespace triqs::gfs;
|
using namespace triqs::gfs;
|
||||||
int main(){
|
int main(){
|
||||||
auto beta = 10;
|
auto beta = 10.0;
|
||||||
gf<imfreq> gf { {beta, Fermion}, {1,1}};
|
gf<imfreq> gf { {beta, Fermion}, {1,1}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user