summaryrefslogtreecommitdiff
path: root/js/Linear/DERIV.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DERIV.js')
-rw-r--r--js/Linear/DERIV.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js
index 7adc33b3..13107bf8 100644
--- a/js/Linear/DERIV.js
+++ b/js/Linear/DERIV.js
@@ -8,7 +8,7 @@ x=arg1;
DERIV.prototype.define = function DERIV() {
model=scicos_model();
model.sim=list("deriv",4);
-model.in=-1;
+model.in1=-1;
model.out=-1;
model.blocktype="x";
model.dep_ut=[true,None];