diff options
Diffstat (limited to 'js/Electrical/Ground.js')
-rw-r--r-- | js/Electrical/Ground.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js index e8f0c338..e0c3d1c7 100644 --- a/js/Electrical/Ground.js +++ b/js/Electrical/Ground.js @@ -7,7 +7,7 @@ x=arg1; } Ground.prototype.define = function Ground() { model=scicos_model(); -model.in=[1]; +model.in1=[1]; model.out=[]; model.sim="Ground"; model.blocktype="c"; |