- Timestamp:
- Apr 24, 2011, 10:09:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psModules/src/objects/pmGrowthCurve.c
r29004 r31361 81 81 while (radius < Rlin) { 82 82 // fprintf (stderr, "r: %f\n", radius); 83 psVectorAppend (growth->radius, radius );83 psVectorAppend (growth->radius, radius - 0.001); 84 84 radius += 1.0; 85 85 } 86 86 while (radius < maxRadius) { 87 87 // fprintf (stderr, "r: %f\n", radius); 88 psVectorAppend (growth->radius, radius );88 psVectorAppend (growth->radius, radius - 0.001); 89 89 radius *= fR; 90 90 radius = (int) (radius + 0.5);
Note:
See TracChangeset
for help on using the changeset viewer.
