Changeset 1712 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc
- Timestamp:
- Oct 19, 2001, 4:43:25 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc
r1696 r1712 141 141 fits_write_col_dbl(fptr, p.first+1, fitsLine, 1, 1, tabdata+i, &fstatus); 142 142 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); 144 146 } 145 147 if (fstatus != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.