darrenlafreniere / lafarren-image-completer

Implementation of the research titled: "Image Completion Using Efficient Belief Propagation via Priority Scheduling and Dynamic Pruning"
http://www.lafarren.com/image-completer/
GNU General Public License v3.0
32 stars 18 forks source link

Add parentheses in MathUtils.inl #11

Closed daviddoria closed 13 years ago

daviddoria commented 13 years ago

This looks delicate, I'll let you add them :)

n = n + MANTISSA_MASK & ~MANTISSA_MASK;

/media/portable/Projects/src/lafarren-image-completer/src/tech/tech/MathUtils.inl:79: warning: suggest parentheses around ‘+’ in operand of ‘&’

daviddoria commented 13 years ago

Oops, I had added this twice. Fixed.