Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
181e31a9
Commit
181e31a9
authored
Jan 19, 2018
by
Uwe Schulzweida
Browse files
Removed duplicate include of <vector>.
parent
5d05d7c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Selbox.cc
View file @
181e31a9
...
...
@@ -109,7 +109,7 @@ void gengridxyvals(int gridtype, int gridID1, int gridID2, int nlon, int nlat, i
if
(
xunits
&&
strncmp
(
xunits
,
"degree"
,
6
)
==
0
)
correct_xvals
(
nlon2
,
1
,
xvals2
);
}
if
(
lyvals
)
for
(
int
i
=
lat1
;
i
<=
lat2
;
i
++
)
*
pyvals2
++
=
yvals1
[
i
];
if
(
lyvals
)
for
(
int
i
=
lat1
;
i
<=
lat2
;
i
++
)
*
pyvals2
++
=
yvals1
[
i
];
}
/*
for ( int i = 0; i < nlat2; i++ ) printf("lat : %d %g\n", i+1, yvals2[i]);
...
...
src/process.h
View file @
181e31a9
...
...
@@ -18,7 +18,6 @@
#ifndef _PROCESS_H
#define _PROCESS_H
#include <vector>
#include "util.h"
#include "pstream.h"
#include "modules.h"
...
...
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