IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8


Ignore:
Timestamp:
Dec 3, 2002, 3:20:54 PM (23 years ago)
Author:
eugene
Message:

trange added to tstart, not subtracted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/base/misc.c

    r3 r8  
    347347      if (trange < 0) {
    348348        tstop[N]  = tstart[N];
    349         tstart[N] = tstop[N] - trange;
     349        tstart[N] = tstop[N] + trange;
    350350      } else {
    351351        tstop[N]  = tstart[N] + trange;
Note: See TracChangeset for help on using the changeset viewer.