Changeset 2233 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Oct 28, 2002, 11:02:30 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r2209 r2233 1038 1038 int fcount = 0.; 1039 1039 int icount = 0; 1040 int lcount = 0; 1041 int bcount = 0; 1040 1042 int ccount =0; 1041 1043 int ncol; … … 1062 1064 case FitsDataType_long : 1063 1065 { 1064 fits_read_col(fptr_,TLONG,ncol+1,NoLine+1,1,1,&inull,&ligne.ldata_[ icount++], &anynul,&status);1066 fits_read_col(fptr_,TLONG,ncol+1,NoLine+1,1,1,&inull,&ligne.ldata_[lcount++], &anynul,&status); 1065 1067 break; 1066 1068 } 1067 1069 case FitsDataType_byte : 1068 1070 { 1069 fits_read_col(fptr_,TBYTE,ncol+1,NoLine+1,1,1,&inull,&ligne.bdata_[ icount++], &anynul,&status);1071 fits_read_col(fptr_,TBYTE,ncol+1,NoLine+1,1,1,&inull,&ligne.bdata_[bcount++], &anynul,&status); 1070 1072 break; 1071 1073 }
Note:
See TracChangeset
for help on using the changeset viewer.