- 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/opihi/dvo/match_image.c
r12332 r27517 1 1 # include "dvoshell.h" 2 2 3 int match_image (Image *image, int Nimage, unsigned int T, short int S) {3 off_t match_image (Image *image, off_t Nimage, unsigned int T, short int S) { 4 4 5 int N, Nlo, Nhi, N1, N2;5 off_t N, Nlo, Nhi, N1, N2; 6 6 7 7 /* bracket first value of interest */ … … 37 37 } 38 38 39 int match_image_subset (Image *image, int *subset, int Nsubset, unsigned int T, short int S) {39 off_t match_image_subset (Image *image, off_t *subset, off_t Nsubset, unsigned int T, short int S) { 40 40 41 int N, Nlo, Nhi, N1, N2;41 off_t N, Nlo, Nhi, N1, N2; 42 42 43 43 /* bracket first value of interest */
Note:
See TracChangeset
for help on using the changeset viewer.
