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
0d555513
Commit
0d555513
authored
Oct 23, 2020
by
Uwe Schulzweida
Browse files
Magplot: removed include of dmemory.h
parent
7e0bb76c
Pipeline
#4859
failed with stages
in 12 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Magplot.cc
View file @
0d555513
...
...
@@ -699,10 +699,7 @@ verifyPlotParameters(int num_param, const std::vector<std::string> ¶m_names,
else
{
if
(
DBG
)
fprintf
(
stderr
,
"TRIAD check %s!
\n
"
,
temp_str
);
if
(
cdo_cmpstr
(
temp_str
,
"CW"
))
COLOUR_TRIAD
=
"clockwise"
;
else
COLOUR_TRIAD
=
"anti_clockwise"
;
COLOUR_TRIAD
=
cdo_cmpstr
(
temp_str
,
"CW"
)
=
"clockwise"
:
"anti_clockwise"
;
}
}
else
if
(
cdo_cmpstr
(
split_str
[
0
],
"projection"
))
...
...
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