summaryrefslogtreecommitdiff
path: root/js/IntegerOp/SRFLIPFLOP.js
diff options
context:
space:
mode:
authorSunil Shetye2018-07-11 12:04:43 +0530
committerSunil Shetye2018-07-11 15:21:08 +0530
commit0e9bc36f45fa1bb598c6ebb0febc1989439a8d98 (patch)
tree0073555bbbe06541d87607985a2c86e5bfa47311 /js/IntegerOp/SRFLIPFLOP.js
parentaabd535925f24c6203eb1a0dcc5b28d9670133de (diff)
downloadsci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.tar.gz
sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.tar.bz2
sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.zip
include in in modelvar
Diffstat (limited to 'js/IntegerOp/SRFLIPFLOP.js')
-rw-r--r--js/IntegerOp/SRFLIPFLOP.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js
index 4b222944..603bf152 100644
--- a/js/IntegerOp/SRFLIPFLOP.js
+++ b/js/IntegerOp/SRFLIPFLOP.js
@@ -18,7 +18,7 @@ function SRFLIPFLOP() {
scs_m.objs[14-1] = scicos_link(xx=[[363.03733],[383.03733]],yy=[[248.584],[248.584]],id="drawlink",thick=[0,0],ct=[1,1],from=[5,2,0],to=[13,1,1]);
this.model = scicos_model();
this.model.sim = new ScilabString(["csuper"]);
- this.model.in1 = [[1],[1]];
+ this.model.in1 = new ScilabDouble([1],[1]);
this.model.in2 = new ScilabDouble([1],[1]);
this.model.out = new ScilabDouble([1],[1]);
this.model.out2 = new ScilabDouble([1],[1]);