Changeset 1026 in Sophya for trunk/SophyaExt
- Timestamp:
- May 22, 2000, 10:19:06 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r973 r1026 778 778 NULL,extn,&status); 779 779 if( status ) printerror( status ); 780 781 hdunum_++;780 if ( hdunum_ == 0 ) hdunum_ = 2; 781 else hdunum_++; 782 782 int ii; 783 783 for(ii = 0; ii < tfields; ii++)
Note:
See TracChangeset
for help on using the changeset viewer.