diff options
author | Sunil Shetye | 2018-07-11 12:04:43 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-11 15:21:08 +0530 |
commit | 0e9bc36f45fa1bb598c6ebb0febc1989439a8d98 (patch) | |
tree | 0073555bbbe06541d87607985a2c86e5bfa47311 /js/IntegerOp/DLATCH.js | |
parent | aabd535925f24c6203eb1a0dcc5b28d9670133de (diff) | |
download | sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.tar.gz sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.tar.bz2 sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.zip |
include in in modelvar
Diffstat (limited to 'js/IntegerOp/DLATCH.js')
-rw-r--r-- | js/IntegerOp/DLATCH.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index ee249fb4..ac4afc92 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -23,7 +23,7 @@ function DLATCH() { scs_m.objs[19-1] = scicos_link(xx=[[305.09603],[325.09603]],yy=[[280.83282],[280.83282]],id="drawlink",thick=[0,0],ct=[1,1],from=[10,2,0],to=[18,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]); |