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
libcdi
Commits
131b10d1
Commit
131b10d1
authored
Dec 09, 2015
by
Thomas Jahns
🤸
Browse files
Fix x/y confusion.
parent
866da324
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
131b10d1
...
...
@@ -5061,7 +5061,7 @@ void define_all_grids(stream_t *streamptr, int vlistID, ncdim_t *ncdims, int nva
}
else
{
lazyGrid
->
x
ValsGet
=
(
struct
xyValGet
){
lazyGrid
->
y
ValsGet
=
(
struct
xyValGet
){
.
scalefactor
=
ncvars
[
yvarid
].
scalefactor
,
.
addoffset
=
ncvars
[
yvarid
].
addoffset
,
.
start
=
{
start
[
0
],
start
[
1
],
start
[
2
]
},
...
...
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