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