Skip to content

Commit

Permalink
int4->int8 in Yoshimine fct
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdAmmar committed Dec 10, 2024
1 parent 995378d commit 671c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.f90
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ subroutine lower_case(inp_str, out_str)
integer*8 function Yoshimine_4ind(a, b, c, d)

implicit none
integer, intent(in) :: a, b, c, d
integer*8, intent(in) :: a, b, c, d
integer*8, external :: Yoshimine_2ind

Yoshimine_4ind = Yoshimine_2ind(Yoshimine_2ind(a, b), &
Expand Down

0 comments on commit 671c6f4

Please sign in to comment.