Skip to content
Snippets Groups Projects
Commit 51f5ca62 authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

Merge branch 'remove_omp_include' into 'master'

remove omp.h includes in DiapOTB

See merge request !23
parents da66ad1f 790be07c
No related branches found
No related tags found
1 merge request!23remove omp.h includes in DiapOTB
......@@ -32,7 +32,6 @@
#include <cmath>
#include <algorithm>
#include <omp.h>
#if defined(USE_BOOST_TIME)
using boost::posix_time::microseconds;
......
......@@ -32,7 +32,6 @@
#include <cmath>
#include <algorithm>
#include <omp.h>
#if defined(USE_BOOST_TIME)
using boost::posix_time::microseconds;
......
......@@ -32,7 +32,6 @@
#include <cmath>
#include <algorithm>
#include <omp.h>
#if defined(USE_BOOST_TIME)
using boost::posix_time::microseconds;
......
......@@ -33,7 +33,6 @@
#include <cmath>
#include <algorithm>
#include <omp.h>
namespace otb
......
......@@ -35,7 +35,6 @@
#include "itkImageRegionConstIterator.h"
#include "itkFFTWCommon.h"
#include <omp.h>
namespace otb
{
......
......@@ -32,7 +32,6 @@
#include <cmath>
#include <algorithm>
#include <omp.h>
namespace otb
{
......
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