Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mpim-sw
cdo
Commits
a4c32279
Commit
a4c32279
authored
Jan 19, 2021
by
Uwe Schulzweida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing include of cimdOmp.h
parent
7e026bc0
Pipeline
#5789
passed with stages
in 14 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/grid_point_search.cc
src/grid_point_search.cc
+4
-3
src/statistic.cc
src/statistic.cc
+1
-0
No files found.
src/grid_point_search.cc
View file @
a4c32279
...
...
@@ -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"
...
...
src/statistic.cc
View file @
a4c32279
...
...
@@ -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) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment