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/math/psPolynomial.h

    r3598 r4162  
    1212 *  @author GLG, MHPCC
    1313 *
    14  *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-31 23:01:46 $
     14 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-08 23:40:45 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1818 */
    1919
    20 #if !defined(PS_FUNCTIONS_H)
     20#ifndef PS_FUNCTIONS_H
    2121#define PS_FUNCTIONS_H
    2222
     
    3434
    3535/** Evaluate a non-normalized Gaussian with the given mean and sigma at the
    36  *  given coordianate. 
    37  *
    38  *  Note that this is not a Gaussian deviate.  The evaluated Gaussian is: 
    39  *        \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] 
     36 *  given coordianate.
     37 *
     38 *  Note that this is not a Gaussian deviate.  The evaluated Gaussian is:
     39 *        \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f]
    4040 *
    4141 *  @return psF32      value on the gaussian curve given the input parameters
     
    4949
    5050/** Produce a vector of random numbers from a Gaussian distribution with
    51  *  the specified mean and sigma 
    52  * 
     51 *  the specified mean and sigma
     52 *
    5353 *  @return psVector*    vector of random numbers
    54  * 
     54 *
    5555 */
    5656psVector* p_psGaussianDev(
     
    433433                         const psVector* y,
    434434                         psF32 X);
    435 #endif
    436 
    437 /* \} */// End of MathGroup Functions
    438 
    439 #endif
    440 
     435#endif // #if 0
     436
     437/** \} */ // End of MathGroup Functions
     438
     439#endif // #ifndef PS_FUNCTIONS_H
     440
Note: See TracChangeset for help on using the changeset viewer.