- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_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/simtest_nebulous_branches/Ohana/src/gastro2/src/getusnob.c
r8513 r27840 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.
