Changeset 20067 for trunk/FACT++


Ignore:
Timestamp:
04/12/21 14:44:29 (4 years ago)
Author:
tbretz
Message:
That is a better solution.
File:
1 edited

Legend:

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

    r20061 r20067  
    535535    fout.seekp(header["CHECKSUM"], ios::beg);
    536536    //fout.seekg(header["CHECKSUM"], ios::beg);
    537     fout << left << setw(20) << string("'" + to_string(fits2.GetChecksum()) +  "'");
     537    fout << left << setw(20) << string("'" + fits2.GetChecksum().str() +  "'");
    538538
    539539    fout.close();
Note: See TracChangeset for help on using the changeset viewer.