Skip to content

Rewrite some code to avoid calling atan2 with both arguments being 0, as the result is undefined.

Micael Oliveira requested to merge fix_incorrect_atan2 into develop

Description

Rewrite some code to avoid calling atan2 with both arguments being 0, as the result is undefined.

News snippet

Fix problem when Born charges output.

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