IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2007, 5:08:38 PM (18 years ago)
Author:
Paul Price
Message:

Fixing typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmTrend2D.h

    r15562 r15696  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-11-10 01:09:20 $
     7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-11-27 03:08:38 $
    99 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1010 */
    1111
    1212# ifndef PM_TREND_2D_H
    13 # define PM_TREND_2d_H
     13# define PM_TREND_2D_H
    1414
    1515/// @addtogroup Objects Object Detection / Analysis Functions
     
    3838pmTrend2D *pmTrend2DNoImageAlloc (pmTrend2DMode mode, psImageBinning *binning, psStats *stats);
    3939
    40 // allocate a pmTrend2D tied to an abstract field with size nXfield,nYfield 
     40// allocate a pmTrend2D tied to an abstract field with size nXfield,nYfield
    4141pmTrend2D *pmTrend2DFieldAlloc (pmTrend2DMode mode, int nXfield, int nYfield, int nXtrend, int nYtrend, psStats *stats);
    4242
Note: See TracChangeset for help on using the changeset viewer.