diff options
author | Avi Dutta | 2016-06-30 11:31:32 +0000 |
---|---|---|
committer | Avi Dutta | 2016-06-30 11:31:32 +0000 |
commit | 3c7047a4bcf9265372ded0a1ebe3a6b34638b998 (patch) | |
tree | d03acc111d2d23abc4a65b244a71f7661b9e2a26 /data_structures_correct/INTRPLBLK_f.js | |
parent | 5e1eb97e0d215b50d3ee2fecc3e767663acb70d3 (diff) | |
download | xcos-on-web-3c7047a4bcf9265372ded0a1ebe3a6b34638b998.tar.gz xcos-on-web-3c7047a4bcf9265372ded0a1ebe3a6b34638b998.tar.bz2 xcos-on-web-3c7047a4bcf9265372ded0a1ebe3a6b34638b998.zip |
Implement INTRPLBLK_f Block
Diffstat (limited to 'data_structures_correct/INTRPLBLK_f.js')
-rw-r--r-- | data_structures_correct/INTRPLBLK_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/INTRPLBLK_f.js b/data_structures_correct/INTRPLBLK_f.js index 6752ca8..2b073e0 100644 --- a/data_structures_correct/INTRPLBLK_f.js +++ b/data_structures_correct/INTRPLBLK_f.js @@ -11,7 +11,7 @@ function INTRPLBLK_f() { model.out = new ScilabDouble(1); model.rpar = new ScilabDouble(...this.a, ...this.b); model.blocktype = new ScilabString(["c"]); - model.dep_ut = new ScilabBoolean([true, false]); + model.dep_ut = new ScilabBoolean([true,false]); var exprs = new ScilabString([sci2exp(this.a)], [sci2exp(this.b)]); |