Changeset 28003 for branches/pap/ppSim/src/ppSimCreate.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimCreate.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppSim/src/ppSimCreate.c
r23836 r28003 198 198 199 199 if (phuLevel == PM_FPA_LEVEL_FPA) { 200 if (!pmFPAAddSourceFromView(fpa, "Simulation",view, output->format)) {200 if (!pmFPAAddSourceFromView(fpa, view, output->format)) { 201 201 psError(PS_ERR_UNKNOWN, false, "Unable to add PHU to FPA."); 202 202 psFree(fpa); … … 209 209 while ((chip = pmFPAviewNextChip(view, fpa, 1))) { 210 210 if (phuLevel == PM_FPA_LEVEL_CHIP) { 211 if (!pmFPAAddSourceFromView(fpa, "Simulation",view, output->format)) {211 if (!pmFPAAddSourceFromView(fpa, view, output->format)) { 212 212 psError(PS_ERR_UNKNOWN, false, "Unable to add PHU to FPA."); 213 213 psFree(fpa); … … 220 220 while ((cell = pmFPAviewNextCell(view, fpa, 1))) { 221 221 if (phuLevel == PM_FPA_LEVEL_CELL) { 222 if (!pmFPAAddSourceFromView(fpa, "Simulation",view, output->format)) {222 if (!pmFPAAddSourceFromView(fpa, view, output->format)) { 223 223 psError(PS_ERR_UNKNOWN, false, "Unable to add PHU to FPA."); 224 224 psFree(fpa);
Note:
See TracChangeset
for help on using the changeset viewer.
