commit | dbefd7aafbe1f245ac9edc3c88444a19ef2d7367 | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Mon Jun 28 13:30:10 2010 +0200 |
committer | Gael Guennebaud <g.gael@free.fr> | Mon Jun 28 13:30:10 2010 +0200 |
tree | 6a999f898458f1d2a961260517dfc016d35fcd80 | |
parent | 768bdd08c86bbdb7d577859bdf11687a6f57bbc3 [diff] [blame] |
* update redux section * fix output precision to 3 for the snippets
diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in index 5cfcbfe..561d5f6 100644 --- a/doc/snippets/compile_snippet.cpp.in +++ b/doc/snippets/compile_snippet.cpp.in
@@ -11,6 +11,7 @@ int main(int, char**) { + cout.precision(3); ${snippet_source_code} return 0; }