Skip to content

Commit 074b789

Browse files
committed
[WIP] Second attempt for arm.
1 parent e414e61 commit 074b789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misc/minicern/src/kernlib.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ SUBROUTINE UBUNCH (MS,MT,NCHP)
8888

8989
FUNCTION LOCF (IVAR)
9090
IMPLICIT NONE
91-
INTEGER :: LOCF, IVAR, NADUPW, LADUPW
92-
INTEGER*8 :: J
91+
INTEGER :: NADUPW, LADUPW
92+
INTEGER*8 :: LOCF, IVAR, J
9393
DIMENSION IVAR(9)
9494
PARAMETER (NADUPW=4, LADUPW=2)
9595
J = LOC(IVAR)

0 commit comments

Comments
 (0)