Skip to content

Commit

Permalink
Merge pull request #5 from Axelrod-Python/fix-alignment
Browse files Browse the repository at this point in the history
Fix alignment of k90r.
meatballs authored Sep 19, 2017
2 parents 8ec66bc + 14bd90b commit 74e2060
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
@@ -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 74e2060

Please sign in to comment.