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
libcdi
Commits
335a6935
Commit
335a6935
authored
Sep 09, 2010
by
Uwe Schulzweida
Browse files
varDefZtype: bug fix
parent
094ab5e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
335a6935
2010-09-13 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CGRIBEX library version 1.4.6
* Version 1.4.6 released
2010-09-09 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* varDefZtype: bug fix [report: Stephanie Legutke]
2010-09-07 Ralf Mueller <ralf.mueller@zmaw.de>
* use libtool 2.2.10 for compiling + linking
...
...
@@ -5,11 +14,6 @@
(positions independant code)
* build CDI configuration file: cdi.settings
2010-09-06 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CGRIBEX library version 1.4.6
* Version 1.4.6 released
2010-09-03 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* check axis attribute (bug fix) [report: Cui Chen]
...
...
src/varscan.c
View file @
335a6935
...
...
@@ -838,7 +838,8 @@ void varDefMissval(int varID, double missval)
void
varDefZtype
(
int
varID
,
int
ztype
)
{
vartable
[
varID
].
ztype
=
ztype
;
if
(
vartable
[
varID
].
ztype
==
COMPRESS_NONE
)
vartable
[
varID
].
ztype
=
ztype
;
}
...
...
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