Changeset 16799 for trunk/FACT++/src


Ignore:
Timestamp:
06/10/13 12:33:17 (11 years ago)
Author:
lyard
Message:
fixed fitsCompressor's copy verification issue. I was closing the file before the destructor, hence padding not always added. Fixed now.
File:
1 edited

Legend:

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

    r16506 r16799  
    19171917
    19181918    //close reconstruction input and output
    1919     verifyFile.close();
     1919//    verifyFile.close();
    19201920    reconstructedFile.close();
    19211921
Note: See TracChangeset for help on using the changeset viewer.