IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2344


Ignore:
Timestamp:
Nov 12, 2004, 9:53:06 AM (22 years ago)
Author:
gusciora
Message:

Fixed compilation error with the error code stuff.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psStats.c

    r2343 r2344  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.94 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-12 19:50:34 $
     11 *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-12 19:53:06 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10021002        psError(PS_ERR_UNKNOWN,
    10031003                true,
    1004                 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE);
     1004                PS_ERRORTEXT_psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE);
    10051005        return(NAN);
    10061006    }
     
    10891089            psError(PS_ERR_UNEXPECTED_NULL,
    10901090                    false,
    1091                     psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT);
     1091                    PS_ERRORTEXT_psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT);
    10921092            return(NAN);
    10931093        }
  • trunk/psLib/src/math/psStats.c

    r2343 r2344  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.94 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-12 19:50:34 $
     11 *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-12 19:53:06 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10021002        psError(PS_ERR_UNKNOWN,
    10031003                true,
    1004                 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE);
     1004                PS_ERRORTEXT_psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE);
    10051005        return(NAN);
    10061006    }
     
    10891089            psError(PS_ERR_UNEXPECTED_NULL,
    10901090                    false,
    1091                     psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT);
     1091                    PS_ERRORTEXT_psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT);
    10921092            return(NAN);
    10931093        }
Note: See TracChangeset for help on using the changeset viewer.