summaryrefslogtreecommitdiff
path: root/js/Electrical/Ground.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/Ground.js')
-rw-r--r--js/Electrical/Ground.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js
index dc6565bc..6674fde9 100644
--- a/js/Electrical/Ground.js
+++ b/js/Electrical/Ground.js
@@ -6,7 +6,7 @@ function Ground() {
this.model.out = new ScilabDouble([]);
this.model.sim = new ScilabString(["Ground"]);
this.model.blocktype = new ScilabString(["c"]);
- this.model.dep_ut = new ScilabDouble([true,false]);
+ this.model.dep_ut = new ScilabBoolean([true,false]);
var mo = modelica();
mo.model = "Ground";
mo.inputs = "p";