diff options
Diffstat (limited to 'js/Sinks/OUTIMPL_f.js')
-rw-r--r-- | js/Sinks/OUTIMPL_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sinks/OUTIMPL_f.js b/js/Sinks/OUTIMPL_f.js index fc422586..ba56dbeb 100644 --- a/js/Sinks/OUTIMPL_f.js +++ b/js/Sinks/OUTIMPL_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sinks/OUTIMPL_f.sci" */ function OUTIMPL_f() { -OUTIMPL_f.prototype.define = function OUTIMPL_f() { + OUTIMPL_f.prototype.define = function OUTIMPL_f() { model=scicos_model(); model.in1=[-1]; model.in2=[1]; @@ -17,12 +17,12 @@ exprs="1"; gr_i=[]; x=standard_define([1,1],model,exprs,gr_i); x.graphics.in_implicit=["I"]; -} -OUTIMPL_f.prototype.details = function OUTIMPL_f() { -} -OUTIMPL_f.prototype.get = function OUTIMPL_f() { -} -OUTIMPL_f.prototype.set = function OUTIMPL_f() { + } + OUTIMPL_f.prototype.details = function OUTIMPL_f() { + } + OUTIMPL_f.prototype.get = function OUTIMPL_f() { + } + OUTIMPL_f.prototype.set = function OUTIMPL_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -50,5 +50,5 @@ x.model=model; break; } } -} + } } |