Changeset 6943 for trunk/psModules/src/objects/pmGrowthCurve.c
- Timestamp:
- Apr 21, 2006, 11:28:31 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmGrowthCurve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmGrowthCurve.c
r6872 r6943 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-04- 17 18:01:05$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-04-21 21:25:52 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 growth->radius = psVectorCreate (NULL, minRadius, maxRadius, 1.0, PS_TYPE_F32); 36 36 growth->apMag = psVectorAlloc (growth->radius->n, PS_TYPE_F32); 37 growth->apMag->n = growth->radius->n; 37 38 38 39 // XXX may want to extend this to allow for a different refRadius;
Note:
See TracChangeset
for help on using the changeset viewer.
