Skip to content

Commit

Permalink
Merge pull request #8 from Axelrod-Python/k90r
Browse files Browse the repository at this point in the history
Remove rogue space from L10
  • Loading branch information
meatballs authored Mar 12, 2020
2 parents 091986d + 19bf258 commit 498b073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/k90r.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ FUNCTION K90R(J,M,K,L,R, JA)
k90r=0
if((jold.eq.1).and.(j.eq.1)) k90r=1
jold=j
RETURN
RETURN
END

0 comments on commit 498b073

Please sign in to comment.