Ignore:
Timestamp:
04/06/06 13:45:58 (18 years ago)
Author:
mar637
Message:

more fixes after compiling with -Wall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.cpp

    r983 r996  
    4242
    4343float mathutil::statistics(const String& which,
    44                            const MaskedArray<Float>& data)
     44                           const MaskedArray<Float>& data)
    4545{
    4646   String str(which);
     
    6868      return median(data);
    6969   }
     70   return 0.0;
    7071}
    7172
Note: See TracChangeset for help on using the changeset viewer.