Skip to content

Fix uninitialized variable in dftbp

Martin Lueders requested to merge fix_dftbp into main

Description

Valgrind flagged uninitialized variables, which were due to a missing call to the destructor

News snippet

Fix uninitialized variable in dftbp

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