Remove concept "quasi-proportional grade"; Change QP into a spacing grade.
This commit is contained in:
parent
abed5aba95
commit
5b02c9e02c
7 changed files with 24 additions and 32 deletions
|
@ -11,8 +11,6 @@ function initPara(data, argv) {
|
|||
apply(para, data, ["shapeWeight"], { shapeWeight: argv.shape.weight });
|
||||
apply(para, data, ["shapeWidth"], { shapeWidth: argv.shape.width });
|
||||
apply(para, data, [`s-${argv.shape.slope}`]);
|
||||
apply(para, data, [`diversity-${argv.shape.quasiProportionalDiversity}`]);
|
||||
para.quasiProportionalDiversity = argv.shape.quasiProportionalDiversity || 0;
|
||||
if (argv.featureControl.noCvSs) para.enableCvSs = false;
|
||||
if (argv.featureControl.noLigation) para.enableLigation = false;
|
||||
return para;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue