Skip to content
GitLab
Menu
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
337ff253
Commit
337ff253
authored
Aug 16, 2019
by
Oliver Heidmann
Browse files
remvoed cdo_output.h from cdo_options.h, fixed includes
parent
7ccf6db9
Changes
95
Hide whitespace changes
Inline
Side-by-side
src/Arithc.cc
View file @
337ff253
...
...
@@ -28,6 +28,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"functs.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
...
...
src/CMOR_lite.cc
View file @
337ff253
...
...
@@ -24,6 +24,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"param_conversion.h"
#include
"cdo_cmor.h"
...
...
src/CMOR_table.cc
View file @
337ff253
...
...
@@ -21,6 +21,7 @@
*/
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"dmemory.h"
#include
"process_int.h"
#include
"pmlist.h"
...
...
src/Change.cc
View file @
337ff253
...
...
@@ -31,6 +31,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"param_conversion.h"
...
...
src/Command.cc
View file @
337ff253
...
...
@@ -22,6 +22,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"dmemory.h"
#include
"process_int.h"
#include
"counter.h"
...
...
src/Comp.cc
View file @
337ff253
...
...
@@ -29,6 +29,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"functs.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
...
...
src/Cond.cc
View file @
337ff253
...
...
@@ -25,6 +25,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"functs.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
...
...
src/Cond2.cc
View file @
337ff253
...
...
@@ -24,6 +24,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"functs.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
...
...
src/Distgrid.cc
View file @
337ff253
...
...
@@ -18,6 +18,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"param_conversion.h"
#include
"cdo_math.h"
...
...
src/Duplicate.cc
View file @
337ff253
...
...
@@ -18,6 +18,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
#include
"param_conversion.h"
...
...
src/EOFs.cc
View file @
337ff253
...
...
@@ -35,6 +35,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"dmemory.h"
#include
"process_int.h"
#include
"param_conversion.h"
...
...
src/Enlarge.cc
View file @
337ff253
...
...
@@ -24,6 +24,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"griddes.h"
...
...
src/Eofcoeff.cc
View file @
337ff253
...
...
@@ -24,6 +24,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
#include
"util_files.h"
...
...
src/Eofcoeff3d.cc
View file @
337ff253
...
...
@@ -24,6 +24,7 @@
#include
"cdi.h"
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"cdo_vlist.h"
#include
"util_files.h"
...
...
src/Exprf.cc
View file @
337ff253
...
...
@@ -36,6 +36,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"dmemory.h"
#include
"process_int.h"
#include
"cdo_math.h"
...
...
src/Filedes.cc
View file @
337ff253
...
...
@@ -26,6 +26,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"dmemory.h"
#include
"process_int.h"
...
...
src/Fldstat.cc
View file @
337ff253
...
...
@@ -34,6 +34,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"functs.h"
#include
"process_int.h"
#include
"param_conversion.h"
...
...
src/Gengrid.cc
View file @
337ff253
...
...
@@ -23,6 +23,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"cdo_cdiWrapper.h"
#include
"cdo_zaxis.h"
...
...
src/Gradsdes.cc
View file @
337ff253
...
...
@@ -28,6 +28,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"dmemory.h"
#include
"process_int.h"
#include
"param_conversion.h"
...
...
src/Gridcell.cc
View file @
337ff253
...
...
@@ -26,6 +26,7 @@
#include
<cdi.h>
#include
"cdo_int.h"
#include
"cdo_options.h"
#include
"process_int.h"
#include
"cdo_cdiWrapper.h"
#include
"cdo_zaxis.h"
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
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