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
1b9a4a03
Commit
1b9a4a03
authored
Apr 04, 2017
by
Uwe Schulzweida
Browse files
Compile verticallyFlipGridDefinitionWhenScanningModeChanged() only ifdef HIRLAM_EXTENSIONS.
parent
665650e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
1b9a4a03
...
...
@@ -2668,6 +2668,7 @@ static void gribapiSetUvRelativeToGrid(grib_handle *gh, int mode)
# ^ full domain data
*/
#ifdef HIRLAM_EXTENSIONS
static
void
verticallyFlipGridDefinitionWhenScanningModeChanged
(
grib_handle
*
gh
,
double
yfirst
,
double
ylast
,
double
yinc
)
{
...
...
@@ -2719,7 +2720,6 @@ verticallyFlipGridDefinitionWhenScanningModeChanged(grib_handle *gh, double yfir
}
}
#ifdef HIRLAM_EXTENSIONS
static
void
convertDataScanningMode
(
int
scanModeIN
,
int
scanModeOUT
,
double
*
data
,
int
gridsize
,
int
iDim
,
int
jDim
)
...
...
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