diff options
Diffstat (limited to 'js/Sources/Ground_g.js')
-rw-r--r-- | js/Sources/Ground_g.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js index 46f8ddcf..d7bb8482 100644 --- a/js/Sources/Ground_g.js +++ b/js/Sources/Ground_g.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/Sources/Ground_g.sci" */ function Ground_g() { -Ground_g.prototype.get = function Ground_g() { -} -Ground_g.prototype.set = function Ground_g() { -x=arg1; -} Ground_g.prototype.define = function Ground_g() { C=[0]; model=scicos_model(); @@ -24,4 +19,9 @@ x=standard_define([2,2],model,exprs,gr_i); } Ground_g.prototype.details = function Ground_g() { } +Ground_g.prototype.get = function Ground_g() { +} +Ground_g.prototype.set = function Ground_g() { +x=arg1; +} } |