Changeset 11253 for trunk/psModules/src/objects/pmGrowthCurve.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmGrowthCurve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmGrowthCurve.h
r9897 r11253 1 /* @file pmGrowthCurve.h 2 * @brief functions to manipulate the curve-of-growth data 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 */ 1 10 2 11 # ifndef PM_GROWTH_CURVE_H 3 12 # define PM_GROWTH_CURVE_H 13 14 /// @addtogroup Objects Object Detection / Analysis Functions 15 /// @{ 4 16 5 17 typedef struct … … 18 30 psF32 pmGrowthCurveCorrect (pmGrowthCurve *growth, psF32 radius); 19 31 32 /// @} 20 33 # endif /* PM_GROWTH_CURVE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
