Skip to content
Snippets Groups Projects
Commit d6a6c181 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: never, ever or whatever #define epsilon into a .h! (especially when it's not used!)

parent 168d23c9
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,6 @@
namespace otb
{
#define epsilon 0.01
namespace Functor
{
......@@ -67,8 +64,6 @@ public:
inline TOutput operator()( const TInput1 & itA,
const TInput2 & itB)
{
HistogramType::Pointer histogram;
/** The histogram size. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment