Changeset 1026 in Sophya for trunk/SophyaExt/FitsIOServer


Ignore:
Timestamp:
May 22, 2000, 10:19:06 AM (25 years ago)
Author:
ansari
Message:

correction hdunum dans makeHeaderBntblOnFits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsfile.cc

    r973 r1026  
    778778                  NULL,extn,&status);
    779779  if( status ) printerror( status );
    780 
    781   hdunum_++;
     780  if ( hdunum_ == 0 ) hdunum_ = 2;
     781  else  hdunum_++;
    782782  int ii;
    783783  for(ii = 0; ii < tfields; ii++)
Note: See TracChangeset for help on using the changeset viewer.