Skip to content

Fix some intents

Micael Oliveira requested to merge fix_intents into develop

Description

Fixed a few incorrect intents in poisson_init, poisson_init_sm, hamiltonian_init and the scalapack interfaces. Also change code to not allow calling poisson_init for an already initialized Poisson solver, as if that happens it's most likely a coding mistake.

News snippet

Fixed some intents.

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