Skip to content

Commit b8f597b

Browse files
committed
Fix remaining syntax issues
1 parent 2569584 commit b8f597b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TourExec1.1.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,10 +1662,10 @@ FUNCTION K34R(J,M,K,L,R, JA)
16621662
JT=JT+J
16631663
IF(JT.GT.0) K34R=1
16641664
RETURN
1665-
END
1665+
END FUNCTION
16661666
c====================================================
16671667
C Not nice rules in second round of tour (cut and pasted 7/15/93)
1668-
FUNCTION K75R(J,M,K,L,R,JA)
1668+
FUNCTION K75R(J,M,K,L,R,JA)
16691669
C BY P D HARRINGTON
16701670
C TYPED BY JM 3/20/79
16711671
DIMENSION HIST(4,2),ROW(4),COL(2),ID(2)

0 commit comments

Comments
 (0)