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

Changed #if to #ifdef #5

Closed daviddoria closed 13 years ago

daviddoria commented 13 years ago

/media/portable/Projects/src/lafarren-image-completer/src/image-completer-cmd/Main.cpp:41:16: error: #if with no expression

I changed it to #ifdef and then it worked.

darrenlafreniere commented 13 years ago

Good catch.