Changeset 2898 in Sophya for trunk/SophyaExt/FitsIOServer/fitslocalmap.cc
- Timestamp:
- Jan 13, 2006, 7:26:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitslocalmap.cc
r2897 r2898 93 93 long ncols = is.GetColInfo(colnames, coltypes, repcnt, width); 94 94 if (ncols < 1) return 0; 95 T x ;95 T x = 0; 96 96 if (coltypes[0] == FitsTypes::DataType(x)) return 2 ; 97 97 else return 1;
Note:
See TracChangeset
for help on using the changeset viewer.