Skip to content

Commit

Permalink
Update Vocalink data sets to versions valid as of 28/01/2019
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjam committed Feb 1, 2019
1 parent b576689 commit be8182d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
040072 040073 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
040074 040075 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
040082 040082 MOD10 2 1 2 1 2 1 0 64 32 16 8 4 2 1
040400 041399 DBLAL 1 3 4 3 9 3 1 7 5 5 4 5 2 4
040400 041311 DBLAL 1 3 4 3 9 3 1 7 5 5 4 5 2 4
041312 041312 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
041313 041399 DBLAL 1 3 4 3 9 3 1 7 5 5 4 5 2 4
041400 041449 MOD11 0 2 0 0 9 1 2 8 4 3 7 5 6 1
050000 050020 MOD11 0 0 0 0 0 0 2 1 7 5 8 2 4 1
050022 058999 MOD11 0 0 0 0 0 0 2 1 7 5 8 2 4 1
Expand Down Expand Up @@ -661,7 +663,7 @@
302880 302880 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
303460 303461 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 2
303460 303461 MOD11 0 0 3 2 9 8 1 7 6 5 4 3 2 1 9
304065 304067 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 9
304065 304067 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1
305907 305939 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 2
305907 305939 MOD11 0 0 3 2 9 8 1 7 6 5 4 3 2 1 9
305941 305960 MOD11 0 0 3 2 9 8 5 7 6 5 4 3 2 1 2
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default class UkModulusChecking {
*/

loadValacdos() {
const content = fs.readFileSync(`${__dirname}/data/valacdos-v530-updated.txt`, 'utf8');
const content = fs.readFileSync(`${__dirname}/data/valacdos-v540-updated.txt`, 'utf8');
const valacdos = [];

content.split('\r\n').forEach((line) => {
Expand Down

0 comments on commit be8182d

Please sign in to comment.