Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitsmanager.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsmanager.cc
r2932 r3167 194 194 int hdutyp = is.CurrentHDUType(); 195 195 if (hdutyp == IMAGE_HDU) { 196 longnaxes[5] = {0,0,0,0,0};196 LONGLONG naxes[5] = {0,0,0,0,0}; 197 197 int naxis=5; 198 198 int imgtyp = is.GetImageHDUInfo(naxis, naxes); … … 207 207 vector<string> colnames; 208 208 vector<int> coltypes; 209 vector<long> repcnt; 210 vector<long> width; 209 vector<LONGLONG> repcnt, width; 211 210 int ncols = is.GetColInfo(colnames, coltypes, repcnt, width); 212 211 if (hdutyp == BINARY_TBL) os << ">> BINARY_TBL : NRows= " << is.GetNbRows();
Note:
See TracChangeset
for help on using the changeset viewer.