diff options
Diffstat (limited to 'js/IntegerOp/BITSET.js')
-rw-r--r-- | js/IntegerOp/BITSET.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/IntegerOp/BITSET.js b/js/IntegerOp/BITSET.js index bb6f0bf2..e3318fbe 100644 --- a/js/IntegerOp/BITSET.js +++ b/js/IntegerOp/BITSET.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/IntegerOp/BITSET.sci" */ function BITSET() { -BITSET.prototype.define = function BITSET() { + BITSET.prototype.define = function BITSET() { model=scicos_model(); model.sim=list("bit_set_32",4); model.in1=1; @@ -15,12 +15,12 @@ model.dep_ut=[true,false]; exprs=[[sci2exp(3)],[sci2exp(0)]]; gr_i=[]; x=standard_define([4,2],model,exprs,gr_i); -} -BITSET.prototype.details = function BITSET() { -} -BITSET.prototype.get = function BITSET() { -} -BITSET.prototype.set = function BITSET() { + } + BITSET.prototype.details = function BITSET() { + } + BITSET.prototype.get = function BITSET() { + } + BITSET.prototype.set = function BITSET() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -80,5 +80,5 @@ x.model=model; break; } } -} + } } |