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_psStats09.c

    r11265 r11685  
    276276    // We will use this later in determining if the clipped stats are correct.
    277277    //
    278     psF32 sampleMean;
    279     psF32 sampleStdev;
     278    psF32 sampleMean=0.0;
     279    psF32 sampleStdev=0.0;
    280280    if (expectedRC == true) {
    281281        psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
Note: See TracChangeset for help on using the changeset viewer.