IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 12:50:18 PM (19 years ago)
Author:
gusciora
Message:

Fixed small compiler errors due to new compile flags.

File:
1 edited

Legend:

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

    r11265 r11685  
    307307    // We will use this later in determining if the clipped stats are correct.
    308308    //
    309     psF32 sampleMean;
    310     psF32 sampleStdev;
    311     psF32 sampleMedian;
    312     psF32 sampleLQ;
    313     psF32 sampleUQ;
     309    psF32 sampleMean=0.0;
     310    psF32 sampleStdev=0.0;
     311    psF32 sampleMedian=0.0;
     312    psF32 sampleLQ=0.0;
     313    psF32 sampleUQ=0.0;
    314314    if (expectedRC == true) {
    315315        psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV | PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_QUARTILE);
Note: See TracChangeset for help on using the changeset viewer.