Skip to content
Snippets Groups Projects
Commit befec86c authored by Julien Michel's avatar Julien Michel
Browse files

correction erreur de compilation M_PI sous visual.

parent c44bfd04
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ PURPOSE. See the above copyright notices for more information.
#ifndef _otbNeighborhoodScalarProduct_txx
#define _otbNeighborhoodScalarProduct_txx
#ifndef M_PI
#define M_PI vcl_acos(-1.0)
#endif
#include "otbNeighborhoodScalarProductFilter.h"
#include "itkImageRegionIterator.h"
#include "itkConstNeighborhoodIterator.h"
......
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