- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotEfficiency.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/psphot/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/psphot/src/psphotEfficiency.c
r34353 r37403 71 71 continue; 72 72 } 73 float flux = normModel-> modelFlux(normModel->params); // Total flux for peak of 1.073 float flux = normModel->class->modelFlux(normModel->params); // Total flux for peak of 1.0 74 74 psFree(normModel); 75 75 if (!isfinite(flux)) { … … 424 424 continue; 425 425 } 426 float sourceRadius = PS_MAX(radius, model-> modelRadius(model->params, minFlux)); // Radius for source426 float sourceRadius = PS_MAX(radius, model->class->modelRadius(model->params, minFlux)); // Radius for source 427 427 psFree(model); 428 428 if (!isfinite(sourceRadius)) {
Note:
See TracChangeset
for help on using the changeset viewer.
