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