Changeset 2129 in Sophya for trunk/SophyaExt/FitsIOServer


Ignore:
Timestamp:
Jul 24, 2002, 12:03:16 PM (23 years ago)
Author:
lemeur
Message:

rajout d'un break disparu intempestivement

File:
1 edited

Legend:

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

    r1978 r2129  
    787787        case  FitsDataType_long :
    788788          fits_read_col(fptr_,TLONG,ncol+1,ligneALire,premierElement,1,&inull,&idata[icount++], &anynul,&status);
     789          break;
    789790        case  FitsDataType_byte :
    790791          {
Note: See TracChangeset for help on using the changeset viewer.