SCM Repository
Diff of /trunk/src/lib/diderot.h
Parent Directory
|
Revision Log
|
Patch
revision 441, Wed Oct 20 19:21:32 2010 UTC | revision 442, Wed Oct 20 23:48:14 2010 UTC | |
---|---|---|
# | Line 98 | Line 98 |
98 | ||
99 | STATIC_INLINE float4 Diderot_MulV3 (float4 a, float4 b) | STATIC_INLINE float4 Diderot_MulV3 (float4 a, float4 b) |
100 | { | { |
101 | return a + b; | return a * b; |
102 | } | } |
103 | ||
104 | // check if pos is inside the img, assuming that we have a border of width s. | // check if pos is inside the img, assuming that we have a border of width s. |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |