Skip to content
Snippets Groups Projects
Commit a4c32279 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Added missing include of cimdOmp.h

parent 7e026bc0
No related branches found
No related tags found
No related merge requests found
Pipeline #5789 passed
......@@ -18,16 +18,17 @@
#include "config.h"
#endif
//std includes
// std includes
#include <cstdio>
//sub lib includes
// sub lib includes
#include <mpim_grid.h>
//local includes
// local includes
#include "cdo_output.h"
#include "cdo_math.h"
#include "cdo_options.h"
#include "cimdOmp.h"
#include "grid_point_search.h"
#include "kdtreelib/kdtree.h"
#include "nanoflann.hpp"
......
......@@ -35,6 +35,7 @@
#include "cdo_options.h"
#include "process_int.h"
#include "statistic.h"
#include "cimdOmp.h"
#ifndef M_2_SQRTPI
#define M_2_SQRTPI 1.12837916709551257390 /* 2/std::sqrt(pi) */
......
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