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