Changeset 20453 for trunk/psphot/src/psphotMakeGrowthCurve.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMakeGrowthCurve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMakeGrowthCurve.c
r20236 r20453 5 5 bool status; 6 6 7 psTimerStart (" growth");7 psTimerStart ("psphot.growth"); 8 8 9 9 // set limits on the aperture magnitudes … … 34 34 } 35 35 36 psLogMsg ("psphot", PS_LOG_ INFO, "built growth curve: %f sec\n", psTimerMark ("growth"));36 psLogMsg ("psphot", PS_LOG_MINUTIA, "built growth curve: %f sec\n", psTimerMark ("psphot.growth")); 37 37 38 38 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
