diff options
Diffstat (limited to 'js/Electrical/Ground.js')
-rw-r--r-- | js/Electrical/Ground.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js index bde01b03..988e612d 100644 --- a/js/Electrical/Ground.js +++ b/js/Electrical/Ground.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Electrical/Ground.sci" */ function Ground() { -Ground.prototype.define = function Ground() { + Ground.prototype.define = function Ground() { model=scicos_model(); model.in1=[1]; model.out=[]; @@ -16,12 +16,12 @@ gr_i=[]; x=standard_define([1,1],model,exprs,list(gr_i,0)); x.graphics.in_implicit=["I"]; x.graphics.out_implicit=["I"]; -} -Ground.prototype.details = function Ground() { -} -Ground.prototype.get = function Ground() { -} -Ground.prototype.set = function Ground() { + } + Ground.prototype.details = function Ground() { + } + Ground.prototype.get = function Ground() { + } + Ground.prototype.set = function Ground() { x=arg1; -} + } } |