Changeset 28484 for branches/pap/ppArith/src/ppArithLoop.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppArith/src/ppArithLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppArith/src/ppArithLoop.c
r26903 r28484 62 62 } 63 63 psFree(iter); 64 65 float const2 = psMetadataLookupF32(&mdok, config->arguments, "PPARITH.CONST"); 64 66 65 67 pmFPAview *view = pmFPAviewAlloc(0); // Pointer into FPA hierarchy … … 138 140 139 141 // Perform the analysis 140 if (!ppArithReadout(outRO, inRO1, inRO2, con fig, view)) {142 if (!ppArithReadout(outRO, inRO1, inRO2, const2, config, view)) { 141 143 psError(PS_ERR_UNKNOWN, false, "Unable to perform arithmetic.\n"); 142 144 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
