summaryrefslogtreecommitdiff
path: root/js/MatrixOp/ROOTCOEF.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-16 01:15:39 +0530
committerSunil Shetye2018-06-16 01:15:39 +0530
commit418020939ae049c5e3a9a04bb1b35e2226d87c33 (patch)
treedfbd28e13383375b0f07c5e3250ee8143d2462ef /js/MatrixOp/ROOTCOEF.js
parent90718b8a70eb2644ab41f620b710ec9fb86af1bf (diff)
downloadsci2js-418020939ae049c5e3a9a04bb1b35e2226d87c33.tar.gz
sci2js-418020939ae049c5e3a9a04bb1b35e2226d87c33.tar.bz2
sci2js-418020939ae049c5e3a9a04bb1b35e2226d87c33.zip
replace in with in1
Diffstat (limited to 'js/MatrixOp/ROOTCOEF.js')
-rw-r--r--js/MatrixOp/ROOTCOEF.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/ROOTCOEF.js b/js/MatrixOp/ROOTCOEF.js
index 7f24dee9..9487ba00 100644
--- a/js/MatrixOp/ROOTCOEF.js
+++ b/js/MatrixOp/ROOTCOEF.js
@@ -47,7 +47,7 @@ model=scicos_model();
function_name="root_coef";
funtyp=4;
model.sim=list(function_name,funtyp);
-model.in=-1;
+model.in1=-1;
model.in2=1;
model.intyp=1;
model.out=-2;