diff options
author | Sunil Shetye | 2018-06-18 17:08:56 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-18 17:08:56 +0530 |
commit | 0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a (patch) | |
tree | 6ae63f7633d80f9a70be43ebe789eb0c3a3ec364 /js/Sources/GENSQR_f.js | |
parent | 8e6e9558ba4963ea71b7a6efc11e0b44e7c9040a (diff) | |
download | sci2js-0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a.tar.gz sci2js-0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a.tar.bz2 sci2js-0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a.zip |
change order of functions
Diffstat (limited to 'js/Sources/GENSQR_f.js')
-rw-r--r-- | js/Sources/GENSQR_f.js | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/js/Sources/GENSQR_f.js b/js/Sources/GENSQR_f.js index 1680500e..1071e2b9 100644 --- a/js/Sources/GENSQR_f.js +++ b/js/Sources/GENSQR_f.js @@ -1,5 +1,22 @@ /* autogenerated from "macros/Sources/GENSQR_f.sci" */ function GENSQR_f() { +GENSQR_f.prototype.define = function GENSQR_f() { +Amplitude=1; +model=scicos_model(); +model.sim="gensqr"; +model.out=1; +model.out2=1; +model.outtyp=1; +model.evtin=1; +model.dstate=Amplitude; +model.blocktype="d"; +model.dep_ut=[false,false]; +exprs=string(Amplitude); +gr_i=[]; +x=standard_define([3,2],model,exprs,gr_i); +} +GENSQR_f.prototype.details = function GENSQR_f() { +} GENSQR_f.prototype.get = function GENSQR_f() { } GENSQR_f.prototype.set = function GENSQR_f() { @@ -24,21 +41,4 @@ x.model=model; break } } -GENSQR_f.prototype.define = function GENSQR_f() { -Amplitude=1; -model=scicos_model(); -model.sim="gensqr"; -model.out=1; -model.out2=1; -model.outtyp=1; -model.evtin=1; -model.dstate=Amplitude; -model.blocktype="d"; -model.dep_ut=[false,false]; -exprs=string(Amplitude); -gr_i=[]; -x=standard_define([3,2],model,exprs,gr_i); -} -GENSQR_f.prototype.details = function GENSQR_f() { -} } |