- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/Ohana/src/libdvo/src/fits_db.c
r15750 r27839 92 92 } 93 93 94 /* load the data from Nrowsfrom table starting at start; load header, etc if needed */95 int gfits_db_load_segment (FITS_DB *db, int start, int Nrows) {96 97 int Nskip;94 /* load the Nrows data from table starting at start; load header, etc if needed */ 95 int gfits_db_load_segment (FITS_DB *db, off_t start, off_t Nrows) { 96 97 off_t Nskip; 98 98 99 99 /* database name must be set first */ … … 119 119 } 120 120 } else { 121 Nskip = db[0].header. size;121 Nskip = db[0].header.datasize; 122 122 Fseek (db[0].f, Nskip, SEEK_CUR); 123 123 } … … 141 141 } 142 142 } else { 143 Nskip = db[0].header. size;143 Nskip = db[0].header.datasize; 144 144 Fseek (db[0].f, Nskip, SEEK_CUR); 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.
