Liberty file parser now accepts superfluous ;

This commit is contained in:
Niels Moseley 2019-03-27 15:16:19 +01:00
parent 487cb45b87
commit ee130f67cd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ library(supergate) {
"0.4000, 0.3000, 0.2000, 0.1000, 0.000", \ "0.4000, 0.3000, 0.2000, 0.1000, 0.000", \
"0.5000, 0.4000, 0.3000, 0.2000, 0.0000", \ "0.5000, 0.4000, 0.3000, 0.2000, 0.0000", \
"0.7000, 0.6000, 0.5000, 0.4000, 0.2000", \ "0.7000, 0.6000, 0.5000, 0.4000, 0.2000", \
"1.0000, 1.0000, 0.9000, 0.8000, 0.6000"); } ; "1.0000, 1.0000, 0.9000, 0.8000, 0.6000"); };
} }
} }