- 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/imregister/detrend/select.c
r3606 r27517 2 2 # include "detrend.h" 3 3 4 Match SelectEntry (DetReg *image, int Nimage, Match *list, int Nlist, Criteria *crit) {4 Match SelectEntry (DetReg *image, off_t Nimage, Match *list, off_t Nlist, Criteria *crit) { 5 5 6 6 /* force a single selection */ … … 15 15 */ 16 16 17 int i, j, entry, order, matchnum;18 int nmatch, Nmatch;17 off_t i, j, entry, order, matchnum; 18 off_t nmatch, Nmatch; 19 19 unsigned int tstart; 20 20 Match *match, *tmatch, answer;
Note:
See TracChangeset
for help on using the changeset viewer.
