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
94613e4d
Commit
94613e4d
authored
Jan 12, 2021
by
Uwe Schulzweida
Browse files
get_no_unique_center_points(): removed wrong output of cell no.
parent
b9fbc76f
Pipeline
#5686
passed with stages
in 21 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Verifygrid.cc
View file @
94613e4d
...
...
@@ -353,10 +353,13 @@ get_no_unique_center_points(size_t gridsize, size_t nx, const Varray<double> &gr
{
if
(
Options
::
cdoVerbose
)
{
fprintf
(
stdout
,
"Duplicate point [lon=%.5g lat=%.5g] was found
\n
"
);
/*
fprintf(stdout, "Duplicate point [lon=%.5g lat=%.5g] was found in cell no %zu",
center_points[cell_no * 2 + 0], center_points[cell_no * 2 + 1], cell_no + 1);
if (nx) printIndex2D(cell_no, nx);
fprintf(stdout, "\n");
*/
}
}
else
...
...
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