Ignore:
Timestamp:
06/14/13 14:38:46 (11 years ago)
Author:
lyard
Message:
reverted the change: this did not work...
File:
1 edited

Legend:

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

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