From 2be95870785feadf69c7acde350778376a7888bb Mon Sep 17 00:00:00 2001 From: tayral Date: Thu, 10 Apr 2014 11:34:16 +0100 Subject: [PATCH] Small fix in gf doc. --- doc/reference/c++/gf/gf_constructors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/c++/gf/gf_constructors.rst b/doc/reference/c++/gf/gf_constructors.rst index 760cf1b6..57dfa2f4 100644 --- a/doc/reference/c++/gf/gf_constructors.rst +++ b/doc/reference/c++/gf/gf_constructors.rst @@ -45,7 +45,7 @@ There are more examples for each specializations in the corresponding pages. #include using namespace triqs::gfs; int main(){ - auto beta = 10; + auto beta = 10.0; gf gf { {beta, Fermion}, {1,1}}; }