Changeset 17708
- Timestamp:
- May 16, 2008, 6:36:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimPhotom.c
r17672 r17708 41 41 42 42 // run the actual photometry analysis 43 if (!p sphotReadout (config, view)) {43 if (!ppSimPhotomReadout (config, view)) { 44 44 psError(psErrorCodeLast(), false, "failure in psphotReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout); 45 45 return false; 46 46 } 47 48 ppSimDetectionLimits (config, view); 47 49 } 48 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
