Changeset 14642 for branches/eam_branch_20070817/ppSim/src/ppSimCreate.c
- Timestamp:
- Aug 23, 2007, 1:24:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/ppSim/src/ppSimCreate.c
r14614 r14642 48 48 } 49 49 50 // XXX only invoke this code for OBJECT types of images 51 // PPSIM.SOURCES carries the constructed, fake sources with their true parameters 52 pmFPAfile *simSources = pmFPAfileDefineOutput (config, file->fpa, "PPSIM.SOURCES"); 53 if (!simSources) { 54 psError(PS_ERR_UNKNOWN, false, "Cannot find a rule for PPSIM.SOURCES"); 55 return false; 56 } 57 simSources->save = true; 58 50 59 pmFPALevel phuLevel = pmFPAPHULevel(file->format); // Level at which PHU goes 51 60
Note:
See TracChangeset
for help on using the changeset viewer.
