Skip to content
Snippets Groups Projects
Commit a66939b6 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge branch 'bugfix/fftw-flag' into 'develop'

use DEFAULT_FFTW_FLAG instead of FFTW_MEASURE

See merge request !20
parents eef34216 121d5755
Branches
Tags
2 merge requests!21Bugfix/nansampling,!20use DEFAULT_FFTW_FLAG instead of FFTW_MEASURE
Pipeline #
......@@ -36,11 +36,11 @@ int NSVE<rnumber>::initialize(void)
simname.c_str(),
nx, ny, nz,
dkx, dky, dkz,
FFTW_MEASURE);
DEFAULT_FFTW_FLAG);
this->tmp_vec_field = new field<rnumber, FFTW, THREE>(
nx, ny, nz,
this->comm,
FFTW_MEASURE);
DEFAULT_FFTW_FLAG);
this->fs->checkpoints_per_file = checkpoints_per_file;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment