summaryrefslogtreecommitdiff
path: root/js/IntegerOp/JKFLIPFLOP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/JKFLIPFLOP.js')
-rw-r--r--js/IntegerOp/JKFLIPFLOP.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/IntegerOp/JKFLIPFLOP.js b/js/IntegerOp/JKFLIPFLOP.js
index 6e754e7b..9f677d25 100644
--- a/js/IntegerOp/JKFLIPFLOP.js
+++ b/js/IntegerOp/JKFLIPFLOP.js
@@ -35,9 +35,9 @@ function JKFLIPFLOP() {
this.model = scicos_model();
this.model.sim = new ScilabString(["csuper"]);
this.model.in1 = [[1],[1],[1]];
- this.model.in2 = [[1],[1],[1]];
- this.model.out = [[1],[1]];
- this.model.out2 = [[1],[1]];
+ this.model.in2 = new ScilabDouble([1],[1],[1]);
+ this.model.out = new ScilabDouble([1],[1]);
+ this.model.out2 = new ScilabDouble([1],[1]);
this.model.intyp = [5,1,5];
this.model.outtyp = [5,5];
this.model.blocktype = new ScilabString(["h"]);