diff options
Diffstat (limited to 'js/Linear/DERIV.js')
-rw-r--r-- | js/Linear/DERIV.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js index 7cb03905..6ba258e6 100644 --- a/js/Linear/DERIV.js +++ b/js/Linear/DERIV.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/Linear/DERIV.sci" */ function DERIV() { -DERIV.prototype.get = function DERIV() { -} -DERIV.prototype.set = function DERIV() { -x=arg1; -} DERIV.prototype.define = function DERIV() { model=scicos_model(); model.sim=list("deriv",4); @@ -18,4 +13,9 @@ 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; +} } |