- 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/opihi/dvo/find_regions.c
r19823 r27840 13 13 double RA0, RA1, DEC0, DEC1; 14 14 int i, j, NBigDec; 15 int NLINES, done, NREGIONS, nregion; 15 int done, NREGIONS, nregion; 16 off_t NLINES; 16 17 17 18 VarConfig ("GSCFILE", "%s", filename); … … 91 92 NLINES += NDecLines[i]; 92 93 } 93 fseek (f, 5*2880 + 48*NLINES, SEEK_SET);94 fseeko (f, 5*2880 + 48*NLINES, SEEK_SET); 94 95 95 96 /* should be in this section. if not, there is a problem counting... */ … … 140 141 NLINES += NDecLines[i]; 141 142 } 142 fseek (f, 5*2880 + 48*NLINES, SEEK_SET);143 fseeko (f, 5*2880 + 48*NLINES, SEEK_SET); 143 144 done = FALSE; 144 145 j = 12;
Note:
See TracChangeset
for help on using the changeset viewer.
