Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
7ce673b2
Commit
7ce673b2
authored
1 year ago
by
Oliver Heidmann
Browse files
Options
Downloads
Patches
Plain Diff
added ifdef to quell warning
parent
d578123a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cdo.cc
+2
-0
2 additions, 0 deletions
src/cdo.cc
with
2 additions
and
0 deletions
src/cdo.cc
+
2
−
0
View file @
7ce673b2
...
...
@@ -906,6 +906,7 @@ print_openmp_info()
static
void
set_external_proj_func
(
void
)
{
#ifdef HAVE_LIBPROJ
#ifdef HAVE_CDI_PROJ_FUNCS
proj_lonlat_to_lcc_func
=
proj_lonlat_to_lcc
;
proj_lcc_to_lonlat_func
=
proj_lcc_to_lonlat
;
...
...
@@ -913,6 +914,7 @@ set_external_proj_func(void)
proj_lonlat_to_stere_func
=
proj_lonlat_to_stere
;
proj_stere_to_lonlat_func
=
proj_stere_to_lonlat
;
#endif
#endif
}
static
const
char
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment