diff options
Diffstat (limited to 'js/Sources/Ground_g.js')
-rw-r--r-- | js/Sources/Ground_g.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js index d7bb8482..680db464 100644 --- a/js/Sources/Ground_g.js +++ b/js/Sources/Ground_g.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/Ground_g.sci" */ function Ground_g() { -Ground_g.prototype.define = function Ground_g() { + Ground_g.prototype.define = function Ground_g() { C=[0]; model=scicos_model(); model.sim=list("cstblk4_m",4); @@ -16,12 +16,12 @@ model.dep_ut=[false,false]; exprs=[]; gr_i=[]; 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() { + } + Ground_g.prototype.details = function Ground_g() { + } + Ground_g.prototype.get = function Ground_g() { + } + Ground_g.prototype.set = function Ground_g() { x=arg1; -} + } } |