Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fbtntintf.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fbtntintf.cc
r3166 r3167 167 167 printerror(sta); 168 168 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)) 170 170 printerror(sta); 171 171 if(typecode!=TSTRING && typecode!=TCOMPLEX && typecode!=TDBLCOMPLEX)
Note:
See TracChangeset
for help on using the changeset viewer.