Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r3047 r3167 98 98 vector<string> colnames; 99 99 vector<int> coltypes; 100 vector<long> repcnt; 101 vector<long> width; 100 vector<LONGLONG> repcnt, width; 102 101 long ncols = is.GetColInfo(colnames, coltypes, repcnt, width); 103 102 if (ncols < 1) return 0;
Note:
See TracChangeset
for help on using the changeset viewer.