IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2004, 8:43:42 PM (22 years ago)
Author:
gusciora
Message:

I removed the docs target from the install target, because it was driving me
crazy. I fixed some things with psStats.c. I produced the first working
test case for psStats.c

This version of the code only builds with the following:

make
make install
make
make install

File:
1 edited

Legend:

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

    r654 r659  
    2626    dummyFloatType.dimen = PS_DIMEN_VECTOR;
    2727    myVector = psVectorAlloc(dummyFloatType, N);
     28    myVector->n = N;
    2829
    2930    mean = 0.0;
     
    3738    myStats2 = psArrayStats(myVector, NULL, 0, myStats);
    3839    mean = myStats2->sampleMean;
    39     printf("HMMMM mean is %f\n", mean);
    4040
    4141    if (mean == realMean) {
Note: See TracChangeset for help on using the changeset viewer.