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
f2be14b7
Commit
f2be14b7
authored
Jun 12, 2015
by
Uwe Schulzweida
Browse files
diff: disable checkrel
parent
e3d1bda1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f2be14b7
...
...
@@ -3,6 +3,10 @@
* using CDI library version 1.7.0
* Version 1.7.0 released
2015-06-03 Uwe Schulzweida
* diff: disable checkrel
2015-06-10 Karl-Hermann Wieners
* expr: operators return 0 for arithmetics on constants [Bug #5875]
...
...
src/Diff.c
View file @
f2be14b7
...
...
@@ -119,6 +119,7 @@ void *Diff(void *argument)
missval2
=
vlistInqVarMissval
(
vlistID2
,
varID2
);
checkrel
=
gridInqType
(
gridID
)
!=
GRID_SPECTRAL
;
checkrel
=
FALSE
;
cdiParamToString
(
param
,
paramstr
,
sizeof
(
paramstr
));
...
...
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