- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/gastro2/src/getusnob.c
r8513 r27517 5 5 int getusnob (CatStats *catstats, RefCatalog *Ref, double epoch) { 6 6 7 long int offset;7 off_t offset; 8 8 int i, bin, first, last, nitems, Nitems, Nbins; 9 9 float hours[100]; … … 76 76 /* advance file pointer to first slice */ 77 77 offset = NELEM*NBYTE*(start[first] - 1); 78 fseek (f, offset, SEEK_SET);78 fseeko (f, offset, SEEK_SET); 79 79 80 80 /* sum the number of stars in data segment of interest */
Note:
See TracChangeset
for help on using the changeset viewer.
