summaryrefslogtreecommitdiff
path: root/js/Sources/Ground_g.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/Ground_g.js')
-rw-r--r--js/Sources/Ground_g.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js
index 37887703..13967102 100644
--- a/js/Sources/Ground_g.js
+++ b/js/Sources/Ground_g.js
@@ -3,7 +3,7 @@ function Ground_g() {
Ground_g.prototype.define = function Ground_g() {
C = [0];
this.model = scicos_model();
- this.model.sim = list("cstblk4_m",4);
+ this.model.sim = list(new ScilabString("cstblk4_m"),new ScilabDouble(4));
this.model.in1 = [];
this.model.out = new ScilabDouble(1);
this.model.in2 = [];