IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 5:02:08 AM (20 years ago)
Author:
rhl
Message:

Remove "inline" as it's causing problems with undefined symbols on my FC3 systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r7999 r8468  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-07-28 00:44:05 $
     16 *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-08-22 15:02:08 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    200200psString psStatsToString(const psStats *stats);
    201201// Is only a single statistics option set?
    202 inline psStatsOptions psStatsSingleOption(psStatsOptions option);
     202psStatsOptions psStatsSingleOption(psStatsOptions option);
    203203// Return a particular stats value
    204 inline double psStatsGetValue(const psStats *stats, psStatsOptions option);
     204double psStatsGetValue(const psStats *stats, psStatsOptions option);
    205205
    206206/// @}
Note: See TracChangeset for help on using the changeset viewer.