Skip to content

Avoid the creation of a temporary array when this is not needed.

Nicolas Tancogne-Dejean requested to merge fix_temporary_copy_fftw_forward into develop

Description

Avoid the creation of a temporary array when this is not needed. This temporary array can make the routine fft_forward twice more expensive than it should.

News snippet

Avoid the creation of a temporary array when this is not needed.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • [] I have added tests for all the new features added in this request.

Merge request reports