Changeset 17935 for branches/eam_branch_20080511/ppSim/src/ppSimCreate.c
- Timestamp:
- Jun 5, 2008, 3:29:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimCreate.c
r17818 r17935 29 29 // generate the fpa structure used by the output camera (determined from INPUT or specified) 30 30 assert (config->camera); 31 fpa = pmFPAConstruct(config->camera ); // FPA to contain the observation31 fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the observation 32 32 if (!fpa) { 33 33 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration.");
Note:
See TracChangeset
for help on using the changeset viewer.
