Changeset 12911 for trunk/FACT++


Ignore:
Timestamp:
02/21/12 08:51:29 (13 years ago)
Author:
tbretz
Message:
Transfer precision to stream which is used for formattting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r12906 r12911  
    344344
    345345        ostringstream out;
     346        out.setprecision(fout.precision());
    346347        for (auto it=cols.begin(); it!=cols.end(); it++)
    347348        {
Note: See TracChangeset for help on using the changeset viewer.