Changeset 16847 for trunk/Mars


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

Legend:

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

    r16846 r16847  
    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.