Skip to content
GitLab
Menu
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
09c369e7
Commit
09c369e7
authored
Dec 18, 2008
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
4c27177f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/griddes_h5.c
View file @
09c369e7
...
...
@@ -318,9 +318,6 @@ int gridFromH5file(const char *gridfile)
grid
.
prec
=
DATATYPE_FLT32
;
gridID
=
gridDefine
(
grid
);
free
(
grid
.
xvals
);
free
(
grid
.
yvals
);
}
else
if
(
h5find_object
(
file_id
,
"where"
)
>
0
)
{
...
...
@@ -414,9 +411,6 @@ int gridFromH5file(const char *gridfile)
grid
.
prec
=
DATATYPE_FLT32
;
gridID
=
gridDefine
(
grid
);
free
(
grid
.
xvals
);
free
(
grid
.
yvals
);
}
}
...
...
src/griddes_nc.c
View file @
09c369e7
...
...
@@ -116,11 +116,6 @@ int gridFromNCfile(const char *gridfile)
grid
.
yunits
[
attlen
]
=
0
;
gridID
=
gridDefine
(
grid
);
free
(
grid
.
xvals
);
free
(
grid
.
yvals
);
free
(
grid
.
xbounds
);
free
(
grid
.
ybounds
);
}
nce
(
nc_close
(
nc_file_id
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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