Changeset 27838 for branches/tap_branches/Ohana/src/opihi/dvo/cmpReadFile.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_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/tap_branches/Ohana/src/opihi/dvo/cmpReadFile.c
r12840 r27838 4 4 # define BLOCK 1000 5 5 6 CMPstars *cmpReadFits (FILE *f, int *nstars) {6 CMPstars *cmpReadFits (FILE *f, off_t *nstars) { 7 7 8 int i, Nstars;8 off_t i, Nstars; 9 9 Header theader; 10 10 FTable table; … … 44 44 } 45 45 46 CMPstars *cmpReadText (FILE *f, int *nstars) {46 CMPstars *cmpReadText (FILE *f, off_t *nstars) { 47 47 48 int j, N, Nextra, Ninstar, Nskip, Nbytes, nbytes; 48 off_t N; 49 int j, Nextra, Ninstar, Nskip, Nbytes, nbytes; 49 50 int done; 50 51 char *buffer, *c, *c2;
Note:
See TracChangeset
for help on using the changeset viewer.
