mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +01:00
int4->int8 in Yoshimine fct
This commit is contained in:
parent
995378de74
commit
671c6f4f12
@ -912,7 +912,7 @@ end
|
|||||||
integer*8 function Yoshimine_4ind(a, b, c, d)
|
integer*8 function Yoshimine_4ind(a, b, c, d)
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
integer, intent(in) :: a, b, c, d
|
integer*8, intent(in) :: a, b, c, d
|
||||||
integer*8, external :: Yoshimine_2ind
|
integer*8, external :: Yoshimine_2ind
|
||||||
|
|
||||||
Yoshimine_4ind = Yoshimine_2ind(Yoshimine_2ind(a, b), &
|
Yoshimine_4ind = Yoshimine_2ind(Yoshimine_2ind(a, b), &
|
||||||
|
Loading…
Reference in New Issue
Block a user