diff options
Diffstat (limited to 'js/Electrical/Ground.js')
-rw-r--r-- | js/Electrical/Ground.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js index 04d30bda..bde01b03 100644 --- a/js/Electrical/Ground.js +++ b/js/Electrical/Ground.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/Electrical/Ground.sci" */ function Ground() { -Ground.prototype.get = function Ground() { -} -Ground.prototype.set = function Ground() { -x=arg1; -} Ground.prototype.define = function Ground() { model=scicos_model(); model.in1=[1]; @@ -24,4 +19,9 @@ x.graphics.out_implicit=["I"]; } Ground.prototype.details = function Ground() { } +Ground.prototype.get = function Ground() { +} +Ground.prototype.set = function Ground() { +x=arg1; +} } |