diff options
Diffstat (limited to 'js/Linear/DERIV.js')
-rw-r--r-- | js/Linear/DERIV.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js index acec98d0..a3b0b8dc 100644 --- a/js/Linear/DERIV.js +++ b/js/Linear/DERIV.js @@ -1,21 +1,21 @@ /* autogenerated from "macros/Linear/DERIV.sci" */ function DERIV() { DERIV.prototype.define = function DERIV() { -model=scicos_model(); -model.sim=list("deriv",4); -model.in1=-1; -model.out=-1; -model.blocktype="x"; -model.dep_ut=[true,false]; -exprs=[]; -gr_i=[]; -x=standard_define([2,2],model,exprs,gr_i); + model = scicos_model(); + model.sim = list("deriv",4); + model.in1 = -1; + model.out = -1; + model.blocktype = "x"; + model.dep_ut = [true,false]; + exprs = []; + gr_i = []; + x = standard_define([2,2],model,exprs,gr_i); } DERIV.prototype.details = function DERIV() { } DERIV.prototype.get = function DERIV() { } DERIV.prototype.set = function DERIV() { -x=arg1; + x = arg1; } } |