Ignore:
Timestamp:
06/14/13 14:20:21 (11 years ago)
Author:
lyard
Message:
fixed checksum calculation while reading... hopefully
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/fits.h

    r16815 r16844  
    744744    virtual void WriteRowToCopyFile(size_t row)
    745745    {
    746         if (row==fRow+1 && !fTable.isCompressed)
     746        if (row==fRow+1)
    747747        {
    748748            const uint8_t offset = (row*fTable.bytes_per_row)%4;
Note: See TracChangeset for help on using the changeset viewer.