Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r2974 r3167 90 90 vector<string> colnames; 91 91 vector<int> coltypes; 92 vector<long> repcnt; 93 vector<long> width; 92 vector<LONGLONG> repcnt, width; 94 93 long ncols = is.GetColInfo(colnames, coltypes, repcnt, width); 95 94 if (ncols < 1) return 0;
Note:
See TracChangeset
for help on using the changeset viewer.