Changeset 20061 for trunk/FACT++


Ignore:
Timestamp:
04/12/21 11:39:37 (3 years ago)
Author:
tbretz
Message:
A fix.
File:
1 edited

Legend:

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

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