Skip to content

Commit

Permalink
increase key number
Browse files Browse the repository at this point in the history
  • Loading branch information
kent0 committed Mar 24, 2024
1 parent 6a2e087 commit 564e81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/MORDICT
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ c Note: Keys have to be in capital letters
c
integer MORDICT_NKEYS

parameter (MORDICT_NKEYS = 60)
parameter (MORDICT_NKEYS = 61)

character*132 mordictkey(MORDICT_NKEYS)
data
Expand Down

0 comments on commit 564e81a

Please sign in to comment.