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

BUG: remove useless define

parent 5d5dd7ea
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,6 @@ ...@@ -38,10 +38,6 @@
#include "itkMatrix.h" #include "itkMatrix.h"
#include "itkSymmetricEigenAnalysis.h" #include "itkSymmetricEigenAnalysis.h"
#define MAXIT 100
#define EPS 3.0e-7
#define FPMIN 1.0e-30
namespace otb namespace otb
{ {
...@@ -1045,8 +1041,4 @@ LineSegmentDetector<TInputImage, TPrecision> ...@@ -1045,8 +1041,4 @@ LineSegmentDetector<TInputImage, TPrecision>
} // end namespace otb } // end namespace otb
#undef MAXIT
#undef EPS
#undef FPMIN
#endif #endif
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