summaryrefslogtreecommitdiff
path: root/js/NonLinear/QUANT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/QUANT_f.js')
-rw-r--r--js/NonLinear/QUANT_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/NonLinear/QUANT_f.js b/js/NonLinear/QUANT_f.js
index d236e32a..bb7f487a 100644
--- a/js/NonLinear/QUANT_f.js
+++ b/js/NonLinear/QUANT_f.js
@@ -27,7 +27,7 @@ function QUANT_f() {
exprs = graphics.exprs;
model = arg1.model;
while (true) {
- [ok,this.pas,this.meth,exprs] = scicos_getvalue("Set parameters",[["Step"],["Quantization Type (1-4)"]],list("vec",1,"vec",1),exprs);
+ [ok,this.pas,this.meth,exprs] = scicos_getvalue("Set parameters",["Step","Quantization Type (1-4)"],list("vec",1,"vec",1),exprs);
if (!ok) {
break;
}