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
7b0edb7e
Commit
7b0edb7e
authored
Jul 20, 2016
by
Uwe Schulzweida
Browse files
Renamed TEST_PROJ_RLL to TEST_PROJECTION.
parent
d35f515d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
7b0edb7e
...
@@ -2589,7 +2589,7 @@ static
...
@@ -2589,7 +2589,7 @@ static
void
cdf_define_all_grids
(
stream_t
*
streamptr
,
int
vlistID
,
ncdim_t
*
ncdims
,
int
nvars
,
ncvar_t
*
ncvars
,
void
cdf_define_all_grids
(
stream_t
*
streamptr
,
int
vlistID
,
ncdim_t
*
ncdims
,
int
nvars
,
ncvar_t
*
ncvars
,
int
timedimid
,
unsigned
char
*
uuidOfHGrid
,
char
*
gridfile
,
int
number_of_grid_used
)
int
timedimid
,
unsigned
char
*
uuidOfHGrid
,
char
*
gridfile
,
int
number_of_grid_used
)
{
{
#ifdef TEST_PROJ
_RLL
#ifdef TEST_PROJ
ECTION
bool
testproj
=
true
;
bool
testproj
=
true
;
#else
#else
bool
testproj
=
false
;
bool
testproj
=
false
;
...
@@ -2619,7 +2619,7 @@ void cdf_define_all_grids(stream_t *streamptr, int vlistID, ncdim_t *ncdims, int
...
@@ -2619,7 +2619,7 @@ void cdf_define_all_grids(stream_t *streamptr, int vlistID, ncdim_t *ncdims, int
struct
cdfLazyGrid
*
restrict
lazyGrid
=
NULL
,
*
restrict
lazyProj
=
NULL
;
struct
cdfLazyGrid
*
restrict
lazyGrid
=
NULL
,
*
restrict
lazyProj
=
NULL
;
{
{
#ifdef TEST_PROJ
_RLL
#ifdef TEST_PROJ
ECTION
int
gridtype
=
!
lgrid
?
GRID_PROJECTION
:
ncvar
->
gridtype
;
int
gridtype
=
!
lgrid
?
GRID_PROJECTION
:
ncvar
->
gridtype
;
#else
#else
int
gridtype
=
ncvar
->
gridtype
;
int
gridtype
=
ncvar
->
gridtype
;
...
...
Write
Preview
Markdown
is supported
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