Ignore:
Timestamp:
Feb 2, 2007, 6:46:47 PM (19 years ago)
Author:
ansari
Message:

Passage a la version ll (LONGLONG) des routines fits , cmv+Reza 02/02/2007

File:
1 edited

Legend:

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

    r3166 r3167  
    167167     printerror(sta);
    168168   ColName.push_back(colname);
    169    if(fits_get_coltype(FitsPtr,icol+1,&typecode,NULL,NULL,&sta))
     169   if(fits_get_coltypell(FitsPtr,icol+1,&typecode,NULL,NULL,&sta))
    170170     printerror(sta);
    171171   if(typecode!=TSTRING && typecode!=TCOMPLEX &&  typecode!=TDBLCOMPLEX)
Note: See TracChangeset for help on using the changeset viewer.