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
a8be5a09
Commit
a8be5a09
authored
Oct 24, 2008
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
78106ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
a8be5a09
...
...
@@ -3503,7 +3503,7 @@ int gridToCurvilinear(int gridID1)
{
xi
=
i
+
1
;
xj
=
j
+
1
;
status
=
W3FB12
(
xi
,
xj
,
originLat
,
originLon
,
xincm
,
lonParY
,
lat1
,
&
zlat
,
&
zlon
);
status
=
W3FB12
(
xi
,
xj
,
originLat
,
originLon
,
xincm
,
lonParY
,
lat1
,
&
zlat
,
&
zlon
);
xvals2D
[
j
*
nx
+
i
]
=
zlon
;
yvals2D
[
j
*
nx
+
i
]
=
zlat
;
}
...
...
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