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
153c35e8
Commit
153c35e8
authored
May 27, 2017
by
Uwe Schulzweida
Browse files
Fix typo.
parent
a3dceecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Verifygrid.cc
View file @
153c35e8
...
...
@@ -663,7 +663,7 @@ void verify_grid(int gridtype, int gridsize, int gridno, int ngrids, int ncorner
cdoPrintBlue
(
"%9d cells have duplicate vertices"
,
no_of_cells_with_duplicates
);
if
(
no_nonusable_cells
)
cdoPrintRed
(
"%9d cells have unsable vertices"
,
no_nonusable_cells
);
cdoPrintRed
(
"%9d cells have un
u
sable vertices"
,
no_nonusable_cells
);
if
(
no_nonunique_cells
)
cdoPrintRed
(
"%9d cells are not unique"
,
no_nonunique_cells
);
...
...
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