IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.h

    r3855 r4162  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-05-05 22:23:29 $
     10 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-08 23:40:45 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1515 */
    1616
    17 #if !defined(PS_MINIMIZE_H)
     17#ifndef PS_MINIMIZE_H
    1818#define PS_MINIMIZE_H
    1919
     
    5353/** Derive a polynomial fit.
    5454 *
    55  *  psVectorFitPolynomial1d returns the polynomial that best fits the 
    56  *  observations. The input parameters are a polynomial that specifies the 
    57  *  fit order, myPoly, which will be altered and returned with the best-fit 
    58  *  coefficients; and the observations, x, y and yErr. The independent 
    59  *  variable list, x may be NULL, in which case the vector index is used. 
    60  *  The dependent variable error, yErr may be null, in which case the solution 
    61  *  is determined in the assumption that all data errors are equal. This 
     55 *  psVectorFitPolynomial1d returns the polynomial that best fits the
     56 *  observations. The input parameters are a polynomial that specifies the
     57 *  fit order, myPoly, which will be altered and returned with the best-fit
     58 *  coefficients; and the observations, x, y and yErr. The independent
     59 *  variable list, x may be NULL, in which case the vector index is used.
     60 *  The dependent variable error, yErr may be null, in which case the solution
     61 *  is determined in the assumption that all data errors are equal. This
    6262 *  function must be valid only for types psF32, psF64.
    6363 *
     
    142142/* \} */// End of MathGroup Functions
    143143
    144 #endif
     144#endif // #ifndef PS_MINIMIZE_H
    145145
Note: See TracChangeset for help on using the changeset viewer.