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