Changeset 28346 for trunk/ppArith/src/ppArithLoop.c
- Timestamp:
- Jun 15, 2010, 4:26:53 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppArith/src/ppArithLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppArith/src/ppArithLoop.c
r26903 r28346 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.
