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