Changeset 28484 for branches/pap/ppArith/src/ppArithReadout.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppArith/src/ppArithReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppArith/src/ppArithReadout.c
r21378 r28484 21 21 #include "ppArith.h" 22 22 23 bool ppArithReadout(pmReadout *output, const pmReadout *input1, const pmReadout *input2, 23 bool ppArithReadout(pmReadout *output, const pmReadout *input1, const pmReadout *input2, float const2, 24 24 const pmConfig *config, const pmFPAview *view) 25 25 { … … 77 77 if (input2) { 78 78 psBinaryOp(outImage, inImage1, op, inImage2); 79 } else if (!isnan(const2)) { 80 psBinaryOp(outImage, inImage1, op, psScalarAlloc(const2, inImage1->type.type)); 79 81 } else { 80 82 psUnaryOp(outImage, inImage1, op);
Note:
See TracChangeset
for help on using the changeset viewer.
