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
acad26f7
Commit
acad26f7
authored
Jun 27, 2007
by
Uwe Schulzweida
Browse files
varscan: add full vct support
parent
2bf121d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
acad26f7
...
...
@@ -5,6 +5,7 @@
* stream_ieg: bug fix memory leak [report: Philip Lorenz]
* add function gridIsCyclic
* zaxisDuplicate: bug fix
* varscan: add full vct support
* cdfInqContents: print warning if cell_measures is missing
* cdfInqContents: check also x/yvarid to compare curvilinear grids
* Version 1.0.7 released
...
...
src/varscan.c
View file @
acad26f7
...
...
@@ -689,7 +689,8 @@ int varDefZaxis(int vlistID, int zaxistype, int nlevels, double *levels, int lbo
if
(
zaxistype
==
ZAXIS_HYBRID
)
{
/* if ( vctsize > 0 && vctsize >= 2*(nlevels+1)) */
if
(
vctsize
>
0
&&
vctsize
>=
2
*
(
nlevels
))
/* if ( vctsize > 0 && vctsize >= 2*(nlevels)) */
if
(
vctsize
>
0
)
zaxisDefVct
(
zaxisID
,
vctsize
,
vct
);
else
Warning
(
func
,
"VCT missing"
);
...
...
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