Changeset 27435 for trunk/Ohana/src/imregister/detrend/select.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/detrend/select.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/imregister/detrend/select.c
r3606 r27435 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.
