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
cf8851d6
Commit
cf8851d6
authored
1 year ago
by
Oliver Heidmann
Browse files
Options
Downloads
Patches
Plain Diff
added missing includes in new cdo_fftw files
parent
4939f941
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!110
M300433/develop2
Pipeline
#40756
passed
1 year ago
Stage: build
Stage: check
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cdo_fftw3.cc
+10
-0
10 additions, 0 deletions
src/cdo_fftw3.cc
src/cdo_fftw3.h
+4
-0
4 additions, 0 deletions
src/cdo_fftw3.h
with
14 additions
and
0 deletions
src/cdo_fftw3.cc
+
10
−
0
View file @
cf8851d6
#include
"cdo_fftw3.h"
#include
<mutex>
#include
"cdo_options.h"
#include
"cimdOmp.h"
#include
<cdi.h>
#ifdef HAVE_LIBFFTW3
static
std
::
mutex
fftwMutex
;
#endif
#ifdef HAVE_LIBFFTW3
void
fourier2grid
(
int
gridID1
,
const
Varray
<
double
>
&
array1
,
Varray
<
double
>
&
array2
)
...
...
This diff is collapsed.
Click to expand it.
src/cdo_fftw3.h
+
4
−
0
View file @
cf8851d6
#ifndef CDO_FFTW3_H
#define CDO_FFTW3_H
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
"varray.h"
void
fourier2grid
(
int
gridID1
,
const
Varray
<
double
>
&
array1
,
Varray
<
double
>
&
array2
);
...
...
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