IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2004, 1:25:14 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psStats07.c

    r2738 r2780  
    7272                             "PS_STAT_ROBUST_STATS: robust mean: no vector mask" );
    7373
    74     myStats = psVectorStats( myStats, myVector, NULL, 0 );
     74    myStats = psVectorStats( myStats, myVector, NULL, NULL, 0 );
    7575
    7676    printf( "The expected Mean was %.2f; the calculated Mean was %.2f\n",
     
    312312
    313313    printf( "Calling psVectorStats() on a vector with elements masked.\n" );
    314     myStats = psVectorStats( myStats, myVector, maskVector, 1 );
     314    myStats = psVectorStats( myStats, myVector, NULL, maskVector, 1 );
    315315    printf( "Called psVectorStats() on a vector with elements masked.\n" );
    316316    printf( "The expected Mean was %.2f; the calculated Mean was %.2f\n",
Note: See TracChangeset for help on using the changeset viewer.