IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 11:22:25 AM (16 years ago)
Author:
eugene
Message:

large update merging in changes for Ohana to support large files

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/imregister/detrend/criteria.c

    r3593 r27435  
    6060*/
    6161
    62 Match *ExptimeCriteria (DetReg *image, int Nimage, Match *match, int *nmatch) {
    63 
    64   int i, j, Nmatch, Nnew, NNEW, entry;
     62Match *ExptimeCriteria (DetReg *image, off_t Nimage, Match *match, off_t *nmatch) {
     63
     64  off_t i, j, Nmatch, Nnew, NNEW, entry;
    6565  unsigned long dtime;
    6666  float Chi, ChiMin;
     
    132132}
    133133
    134 Match *CloseCriteria (DetReg *image, int Nimage, Match *match, int *nmatch) {
    135 
    136   int i, j, Nmatch, Nnew, NNEW, Ngood, entry;
     134Match *CloseCriteria (DetReg *image, off_t Nimage, Match *match, off_t *nmatch) {
     135
     136  off_t i, j, Nmatch, Nnew, NNEW, Ngood, entry;
    137137  unsigned long dmin, dtime;
    138138  Match *new;
Note: See TracChangeset for help on using the changeset viewer.