diff options
Diffstat (limited to 'data_structures/BITCLEAR.js')
-rw-r--r-- | data_structures/BITCLEAR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures/BITCLEAR.js b/data_structures/BITCLEAR.js index 69f9daf..3e7aa24 100644 --- a/data_structures/BITCLEAR.js +++ b/data_structures/BITCLEAR.js @@ -9,7 +9,7 @@ function BITCLEAR () { model.out2 = new ScilabDouble([1]); model.intyp = new ScilabDouble([3]); model.outtyp = new ScilabDouble([3]); - model.opar=list(new ScilabInteger(0)); + model.opar=list(new ScilabInteger([0])); model.blocktype = new ScilabString(["c"]); model.dep_ut = new ScilabBoolean([true,false]); |