X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fif2.cpp;h=b264046360d4437c333d0e5750da553fcc0d1efe;hp=efd0554780c323a9349aacedb04b2a529c0d47f9;hb=fb17e4a8130583e4d7a911fdaa70782561cd6a3e;hpb=4dcc4369ae9a151a27c3e3fbc183978db4ea6bdd diff --git a/tools/if2.cpp b/tools/if2.cpp index efd0554..b264046 100644 --- a/tools/if2.cpp +++ b/tools/if2.cpp @@ -219,7 +219,8 @@ if2_main (int argc, char *const argv[]) if (opt_comp) { double d, r, e; im_in1.comparativeStatistics (im_in2, d, r, e); - std::cout << "d=" << d << ", r=" << r << ", e=" << e << std::endl; + std::cout << std::setprecision(7) << + "d=" << d << ", r=" << r << ", e=" << e << std::endl; } int i;