Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitshdtable.cc
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitshdtable.cc
r3069 r3167 200 200 vector<string> colnames; 201 201 vector<int> coltypes; 202 vector< long> repcnt, width;203 vector< long> colpos;202 vector<LONGLONG> repcnt, width; 203 vector<sa_size_t> colpos; 204 204 is.GetColInfo(colnames, coltypes, repcnt, width); 205 longnbrows = is.GetNbRows();205 int_8 nbrows = is.GetNbRows(); 206 206 207 207 if (dobj == NULL) { // On cree la table si besoin
Note:
See TracChangeset
for help on using the changeset viewer.