Changeset 27435 for trunk/Ohana/src/mosastro/src/getusnob.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/mosastro/src/getusnob.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/mosastro/src/getusnob.c
r8499 r27435 5 5 StarData *getusnob (CatStats *catstats, int *Nstars) { 6 6 7 long int offset;8 int i, bin, first, last, nitems, Nitems,Nbins;7 off_t offset, nitems, Nitems; 8 int i, bin, first, last, Nbins; 9 9 float hours[100]; 10 10 int start[100], number[100], *buffer, *buf; … … 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.
