- 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/imregister/detrend/select.c
r3606 r27838 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.
