Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
f8fa8574
Commit
f8fa8574
authored
Dec 29, 2017
by
Uwe Schulzweida
Browse files
Moved include of percentiles.h.
parent
6a46f47a
Changes
13
Hide whitespace changes
Inline
Side-by-side
src/Ensstat.cc
View file @
f8fa8574
...
...
@@ -36,7 +36,7 @@
#include
"cdo_int.h"
#include
"cdo_task.h"
#include
"pstream.h"
#include
"
u
til.h"
#include
"
percen
til
es
.h"
typedef
struct
...
...
src/Fldstat.cc
View file @
f8fa8574
...
...
@@ -37,6 +37,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"grid.h"
#include
"percentiles.h"
static
void
print_location_LL
(
int
operfunc
,
int
vlistID
,
int
varID
,
int
levelID
,
int
gridID
,
double
sglval
,
double
*
fieldptr
,
...
...
src/Merstat.cc
View file @
f8fa8574
...
...
@@ -37,6 +37,7 @@
#include
"cdo_int.h"
#include
"grid.h"
#include
"pstream.h"
#include
"percentiles.h"
void
*
Merstat
(
void
*
argument
)
...
...
src/Seaspctl.cc
View file @
f8fa8574
...
...
@@ -27,7 +27,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"
u
til.h"
#include
"
percen
til
es
.h"
void
*
Seaspctl
(
void
*
argument
)
...
...
src/Timpctl.cc
View file @
f8fa8574
...
...
@@ -31,6 +31,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"percentiles.h"
static
...
...
src/Timselpctl.cc
View file @
f8fa8574
...
...
@@ -27,6 +27,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"percentiles.h"
void
*
Timselpctl
(
void
*
argument
)
...
...
src/Ydaypctl.cc
View file @
f8fa8574
...
...
@@ -27,6 +27,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"percentiles.h"
#define NDAY 373
...
...
src/Ydrunpctl.cc
View file @
f8fa8574
...
...
@@ -27,6 +27,7 @@
#include
"calendar.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"percentiles.h"
#define NDAY 373
...
...
src/Ymonpctl.cc
View file @
f8fa8574
...
...
@@ -26,6 +26,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"percentiles.h"
#define NMONTH 17
...
...
src/Yseaspctl.cc
View file @
f8fa8574
...
...
@@ -26,7 +26,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"percentiles_hist.h"
#include
"
u
til.h"
#include
"
percen
til
es
.h"
#define NSEAS 4
...
...
src/Zonstat.cc
View file @
f8fa8574
...
...
@@ -37,6 +37,7 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
"grid.h"
#include
"percentiles.h"
void
*
Zonstat
(
void
*
argument
)
...
...
src/cdo.cc
View file @
f8fa8574
...
...
@@ -63,6 +63,7 @@
#include
"process.h"
#include
"error.h"
#include
"grid_proj.h"
#include
"percentiles.h"
#if defined(_OPENMP)
# include <omp.h>
...
...
src/util.h
View file @
f8fa8574
...
...
@@ -21,7 +21,6 @@
#include
<stdio.h>
#include
<stdbool.h>
#include
<string>
#include
"percentiles.h"
/* dummy use of unused parameters to silence compiler warnings */
#define UNUSED(x) (void)x
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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