10
1
mirror of https://github.com/pfloos/quack synced 2024-12-22 04:13:52 +01:00

int4->int8 in Yoshimine fct

This commit is contained in:
Abdallah Ammar 2024-12-10 15:37:15 +01:00
parent 995378de74
commit 671c6f4f12

View File

@ -912,7 +912,7 @@ end
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), &