IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 1:46:23 PM (22 years ago)
Author:
eugene
Message:

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/unique.c

    r12 r2450  
    9696
    9797  if (crit[0].tstart  > image[0].tstop) return (FALSE);
    98   if (crit[0].tstop   < image[0].tstop) return (FALSE);
     98  if (crit[0].tstop   < image[0].tstart) return (FALSE);
    9999
    100100  /* we have overlapping time ranges.  set crit[0] to have the
Note: See TracChangeset for help on using the changeset viewer.