summaryrefslogtreecommitdiff
path: root/js/Linear/DLR_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DLR_f.js')
-rw-r--r--js/Linear/DLR_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/DLR_f.js b/js/Linear/DLR_f.js
index 9b06c9e1..73628389 100644
--- a/js/Linear/DLR_f.js
+++ b/js/Linear/DLR_f.js
@@ -35,7 +35,7 @@ function DLR_f() {
PREVAR_scicos_context = PREVAR_scicos_context;
PREVAR_scicos_context.z = %z;
while (true) {
- [ok,this.num,this.den,exprs] = scicos_getvalue("Set discrete SISO transfer parameters",[["Numerator (z)"],["Denominator (z)"]],list("pol",1,"pol",1),exprs);
+ [ok,this.num,this.den,exprs] = scicos_getvalue("Set discrete SISO transfer parameters",["Numerator (z)","Denominator (z)"],list("pol",1,"pol",1),exprs);
if (!ok) {
break;
}