diff options
author | Sunil Shetye | 2018-06-21 11:00:03 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-21 11:59:38 +0530 |
commit | 3f563b9e29d42266d6680229da5c29f847804834 (patch) | |
tree | 6c6a425d4e1c82db68fa7ecc0d5a71b3647f8990 /js/IntegerOp/DFLIPFLOP.js | |
parent | 7b0bf23e7d94df8f3406f5f64926b1131041ba35 (diff) | |
download | sci2js-3f563b9e29d42266d6680229da5c29f847804834.tar.gz sci2js-3f563b9e29d42266d6680229da5c29f847804834.tar.bz2 sci2js-3f563b9e29d42266d6680229da5c29f847804834.zip |
code cleanup
Diffstat (limited to 'js/IntegerOp/DFLIPFLOP.js')
-rw-r--r-- | js/IntegerOp/DFLIPFLOP.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/IntegerOp/DFLIPFLOP.js b/js/IntegerOp/DFLIPFLOP.js index 8662151a..dcf097e3 100644 --- a/js/IntegerOp/DFLIPFLOP.js +++ b/js/IntegerOp/DFLIPFLOP.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/IntegerOp/DFLIPFLOP.sci" */ function DFLIPFLOP() { -DFLIPFLOP.prototype.define = function DFLIPFLOP() { + DFLIPFLOP.prototype.define = function DFLIPFLOP() { scs_m=scicos_diagram(version="scicos4.2",props=scicos_params(wpar=[600,450,0,0,600,450],Title=["DFLIPFLOP"],tol=[0.0001,0.000001,1.000e-10,100001,0,0],tf=100000,context=" ",void1=[],options=tlist(["scsopt","3D","Background","Link","ID","Cmap"],list(true,33),[8,1],[1,5],list([5,1],[4,1]),[0.8,0.8,0.8]),void2=[],void3=[],doc=list())); scs_m.objs[1-1]=scicos_block(gui="CONST_m",graphics=scicos_graphics(orig=[109.62561,263.44465],sz=[[20],[20]],flip=true,theta=0,exprs="int8(0)",pin=[],pout=6,pein=[],peout=[],gr_i=[],id="",in_implicit=[],out_implicit="E"),model=scicos_model(sim=list("cstblk4_m",4),in1=[],in2=[],intyp=1,out=1,out2=1,outtyp=5,evtin=[],evtout=[],state=[],dstate=[],odstate=list(),rpar=[],ipar=[],opar=list(int8(0)),blocktype="d",firing=[],dep_ut=[false,false],label="",nzcross=0,nmode=0,equations=list()),doc=list()); scs_m.objs[2-1]=scicos_block(gui="IFTHEL_f",graphics=scicos_graphics(orig=[239.98293,378.2166],sz=[60,60],flip=true,theta=0,exprs=[["1"],["1"]],pin=29,pout=[],pein=22,peout=[[16],[44]],gr_i=[],id="",in_implicit="E",out_implicit=[]),model=scicos_model(sim=list("ifthel",-1),in1=1,in2=1,intyp=-1,out=[],out2=[],outtyp=1,evtin=1,evtout=[[1],[1]],state=[],dstate=[],odstate=list(),rpar=[],ipar=[],opar=list(),blocktype="l",firing=[-1,-1],dep_ut=[true,false],label="",nzcross=1,nmode=1,equations=list()),doc=list()); @@ -90,12 +90,12 @@ model.dep_ut=[true,false]; model.rpar=scs_m; gr_i=[]; x=standard_define([2,3],model,[],gr_i); -} -DFLIPFLOP.prototype.details = function DFLIPFLOP() { -} -DFLIPFLOP.prototype.get = function DFLIPFLOP() { -} -DFLIPFLOP.prototype.set = function DFLIPFLOP() { + } + DFLIPFLOP.prototype.details = function DFLIPFLOP() { + } + DFLIPFLOP.prototype.get = function DFLIPFLOP() { + } + DFLIPFLOP.prototype.set = function DFLIPFLOP() { x=arg1; -} + } } |