Changeset 9730 for trunk/psModules/src/objects/pmGrowthCurve.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (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
r8886 r9730 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2006- 09-22 21:35:34$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-10-24 22:55:05 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 growth->radius = psVectorCreate (NULL, minRadius, maxRadius, 1.0, PS_TYPE_F32); 41 41 growth->apMag = psVectorAlloc (growth->radius->n, PS_TYPE_F32); 42 growth->apMag->n = growth->radius->n;43 42 44 43 // XXX may want to extend this to allow for a different refRadius;
Note:
See TracChangeset
for help on using the changeset viewer.
