IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 12:14:39 PM (22 years ago)
Author:
gusciora
Message:

Changing order of args to poly eval function.

File:
1 edited

Legend:

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

    r2392 r2436  
    5555    maskVector = psVectorAlloc( N, PS_TYPE_U8 );
    5656    maskVector->n = N;
    57     myVector = psGaussianDev( MEAN, STDEV, N );
     57    myVector = p_psGaussianDev( MEAN, STDEV, N );
    5858    // Set the mask vector and calculate the expected maximum.
    5959    for ( i = 0;i < N;i++ ) {
     
    293293    maskVector = psVectorAlloc( N, PS_TYPE_U8 );
    294294    maskVector->n = N;
    295     myVector = psGaussianDev( MEAN, STDEV, N );
     295    myVector = p_psGaussianDev( MEAN, STDEV, N );
    296296    // Set the mask vector and calculate the expected maximum.
    297297    for ( i = 0;i < N;i++ ) {
Note: See TracChangeset for help on using the changeset viewer.