diff options
Diffstat (limited to 'js/Sources/GENSIN_f.js')
-rw-r--r-- | js/Sources/GENSIN_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js index 263fc9ee..b34da787 100644 --- a/js/Sources/GENSIN_f.js +++ b/js/Sources/GENSIN_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/GENSIN_f.sci" */ function GENSIN_f() { -GENSIN_f.prototype.define = function GENSIN_f() { + GENSIN_f.prototype.define = function GENSIN_f() { rpar=[[1],[1],[0]]; model=scicos_model(); model.sim="gensin"; @@ -14,12 +14,12 @@ model.dep_ut=[false,true]; exprs=[[string(rpar(1))],[string(rpar(2))],[string(rpar(3))]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -GENSIN_f.prototype.details = function GENSIN_f() { -} -GENSIN_f.prototype.get = function GENSIN_f() { -} -GENSIN_f.prototype.set = function GENSIN_f() { + } + GENSIN_f.prototype.details = function GENSIN_f() { + } + GENSIN_f.prototype.get = function GENSIN_f() { + } + GENSIN_f.prototype.set = function GENSIN_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -44,5 +44,5 @@ x.model=model; break; } } -} + } } |