Ignore:
Timestamp:
Oct 19, 2001, 4:43:25 PM (24 years ago)
Author:
aubourg
Message:

pb flags uint_8/long

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc

    r1696 r1712  
    141141        fits_write_col_dbl(fptr, p.first+1, fitsLine, 1, 1, tabdata+i, &fstatus);
    142142        if (p.second) {
    143           fits_write_col_lng(fptr, p.first+2, fitsLine, 1, 1, tabflagl+i, &fstatus);
     143          long f = tabflag[i];
     144          fits_write_col_lng(fptr, p.first+2, fitsLine, 1, 1, &f, &fstatus);
     145          //      fits_write_col_lng(fptr, p.first+2, fitsLine, 1, 1, tabflagl+i, &fstatus);
    144146        }
    145147        if (fstatus != 0) {
Note: See TracChangeset for help on using the changeset viewer.