Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitshistos.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitshistos.cc
r3123 r3167 150 150 vector<string> colnames; 151 151 vector<int> coltypes; 152 vector< long> repcnt, width;152 vector<LONGLONG> repcnt, width; 153 153 is.GetColInfo(colnames,coltypes,repcnt,width); 154 154 long ncol = colnames.size(); … … 393 393 394 394 //--- Nb de lignes et de colonnes 395 vector<string> colnames; vector<int> coltypes; vector< long> repcnt, width;395 vector<string> colnames; vector<int> coltypes; vector<LONGLONG> repcnt, width; 396 396 is.GetColInfo(colnames,coltypes,repcnt,width); 397 397 long ncol = colnames.size();
Note:
See TracChangeset
for help on using the changeset viewer.