Skip to content

Commit

Permalink
fix geomutil
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 22, 2023
1 parent 0e55a93 commit 30002af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/GeomUtil.f90
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ end subroutine get_jk
pure function skew(v, s, invert) result(res)
! -- dummy
real(DP), intent(in) :: v(2) !< vector
real(DP), intent(in) :: s(3) !< skew matrix entries (top left, top right, bottom left)
real(DP), intent(in) :: s(3) !< skew matrix entries (top left, top right, bottom right)
logical(LGP), intent(in), optional :: invert
real(DP) :: res(2)
! -- local
Expand Down

0 comments on commit 30002af

Please sign in to comment.