IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2014, 11:11:58 AM (12 years ago)
Author:
eugene
Message:

splitting stack det ID into stack primary and stack best references; fix issue with tess table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/Ohana/src/libdvo/src/TessellationTable.c

    r37101 r37110  
    560560    int yi = y / tess[myTess].tree->dY[zone][band];
    561561
    562     xi = MAX(MIN(xi, tess[myTess].NX_SUB - 1.0), 0);
    563     yi = MAX(MIN(yi, tess[myTess].NY_SUB - 1.0), 0);
     562    xi = MAX(MIN(xi, tess[myTess].tree->NX_SUB - 1.0), 0);
     563    yi = MAX(MIN(yi, tess[myTess].tree->NY_SUB - 1.0), 0);
    564564
    565565    int N = xi + tess[myTess].tree->NX_SUB * yi;
Note: See TracChangeset for help on using the changeset viewer.