Skip to content

Fix the test for non-orthogonality, that was not behaving properly on gfortran.

Nicolas Tancogne-Dejean requested to merge fix_nonorthogonal into hotfix-10.3

Description

Fix the test for non-orthogonality, that was not behaving in some cases. Some cells were not properly identified as orthogonal, even if the angles were given as 90 degrees.

News snippet

Fix the test for non-orthogonality, that was not behaving properly.

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