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
5b56f55d
Commit
5b56f55d
authored
Feb 13, 2009
by
Uwe Schulzweida
Browse files
streamOpenAppen: set ncmode to 2 (bug fix)
parent
b7e38a4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5b56f55d
2009-02-?? Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* add support for GRID type LCC2 (LCC PROJ.4 version)
* streamOpenAppen: set ncmode to 2 (bug fix)
* Version 1.3.0 released
2009-01-15 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
...
...
src/stream.c
View file @
5b56f55d
...
...
@@ -879,16 +879,19 @@ int streamOpenA(const char *filename, const char *filemode, int filetype)
case
FILETYPE_NC
:
{
fileID
=
cdfOpen
(
filename
,
filemode
);
streamptr
->
ncmode
=
2
;
break
;
}
case
FILETYPE_NC2
:
{
fileID
=
cdfOpen64
(
filename
,
filemode
);
streamptr
->
ncmode
=
2
;
break
;
}
case
FILETYPE_NC4
:
{
fileID
=
cdf4Open
(
filename
,
filemode
);
streamptr
->
ncmode
=
2
;
break
;
}
#endif
...
...
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