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/Linear/DELAYV_f.js | |
parent | aabd535925f24c6203eb1a0dcc5b28d9670133de (diff) | |
download | sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.tar.gz sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.tar.bz2 sci2js-0e9bc36f45fa1bb598c6ebb0febc1989439a8d98.zip |
include in in modelvar
Diffstat (limited to 'js/Linear/DELAYV_f.js')
-rw-r--r-- | js/Linear/DELAYV_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/DELAYV_f.js b/js/Linear/DELAYV_f.js index cfadf33e..e8b2de09 100644 --- a/js/Linear/DELAYV_f.js +++ b/js/Linear/DELAYV_f.js @@ -7,7 +7,7 @@ function DELAYV_f() { this.T = 1; this.model = scicos_model(); this.model.sim = list(new ScilabString(["delayv"]), new ScilabDouble([1])); - this.model.in1 = [[this.nin],[1]]; + this.model.in1 = new ScilabDouble([this.nin],[1]); this.model.out = new ScilabDouble([this.nin]); this.model.evtin = new ScilabDouble([1]); this.model.evtout = new ScilabDouble([1],[1]); |