Skip to content

oct-unfold FFT warning

Nicolas Tancogne-Dejean requested to merge fix_fft_unfolding into hotfix-11.2

Description

Call fft_all_end after destroying the electronic system, as this one destroys the Poisson FFTs and else, this leads to a warning using the oct-unfold utility.

News snippet

Fix an order of destroy operations to avoid a warning.

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