IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2008, 2:09:04 PM (18 years ago)
Author:
eugene
Message:

merging from eam_branch_20080430 : cleanups for tests, minor fixes from tests, reduced verbosity level in some places, add UPDATE and RESET directives to MULTI and METADATA in config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psPolyFit4D.c

    r13337 r17515  
    166166                for (int iz = 0; iz < polyOrderZ + 1; iz++) {
    167167                    for (int it = 0; it < polyOrderT + 1; it++) {
    168                         myPoly->mask[ix][iy][iz][it] = 0xff; // Mask it out
     168                        myPoly->coeffMask[ix][iy][iz][it] = 0xff; // Mask it out
    169169                    }
    170170                }
     
    173173
    174174        // Put these back in
    175         myPoly->mask[0][0][0][0] = 0;   // A
    176         myPoly->mask[1][0][0][0] = 0;   // B * x
    177         myPoly->mask[0][1][0][0] = 0;   // C * y
    178         myPoly->mask[0][0][1][0] = 0;   // D * z
    179         myPoly->mask[0][0][0][1] = 0;   // E * t
    180         myPoly->mask[1][1][0][0] = 0;   // F * xy
     175        myPoly->coeffMask[0][0][0][0] = 0;   // A
     176        myPoly->coeffMask[1][0][0][0] = 0;   // B * x
     177        myPoly->coeffMask[0][1][0][0] = 0;   // C * y
     178        myPoly->coeffMask[0][0][1][0] = 0;   // D * z
     179        myPoly->coeffMask[0][0][0][1] = 0;   // E * t
     180        myPoly->coeffMask[1][1][0][0] = 0;   // F * xy
    181181        #endif
    182182
Note: See TracChangeset for help on using the changeset viewer.