diff options
Diffstat (limited to 'js/NonLinear/FSV_f.js')
-rw-r--r-- | js/NonLinear/FSV_f.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/NonLinear/FSV_f.js b/js/NonLinear/FSV_f.js index 84dc35d6..afe7dc7f 100644 --- a/js/NonLinear/FSV_f.js +++ b/js/NonLinear/FSV_f.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/NonLinear/FSV_f.sci" */ function FSV_f() { -FSV_f.prototype.get = function FSV_f() { -} -FSV_f.prototype.set = function FSV_f() { -x=arg1; -} FSV_f.prototype.define = function FSV_f() { in1=1; model=scicos_model(); @@ -19,4 +14,9 @@ x=standard_define([2,2],model,exprs,gr_i); } FSV_f.prototype.details = function FSV_f() { } +FSV_f.prototype.get = function FSV_f() { +} +FSV_f.prototype.set = function FSV_f() { +x=arg1; +} } |