Skip to content

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

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

Loading