Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitshisterr.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitshisterr.cc
r3148 r3167 112 112 vector<string> colnames; 113 113 vector<int> coltypes; 114 vector< long> repcnt, width;114 vector<LONGLONG> repcnt, width; 115 115 is.GetColInfo(colnames,coltypes,repcnt,width); 116 116 long ncol = colnames.size(); … … 265 265 266 266 //--- Nb de lignes et de colonnes 267 vector<string> colnames; vector<int> coltypes; vector< long> repcnt, width;267 vector<string> colnames; vector<int> coltypes; vector<LONGLONG> repcnt, width; 268 268 is.GetColInfo(colnames,coltypes,repcnt,width); 269 269 long ncol = colnames.size();
Note:
See TracChangeset
for help on using the changeset viewer.