From 418020939ae049c5e3a9a04bb1b35e2226d87c33 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Sat, 16 Jun 2018 01:15:39 +0530 Subject: replace in with in1 --- js/Sources/Ground_g.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/Ground_g.js') diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js index fbe7c45c..59447522 100644 --- a/js/Sources/Ground_g.js +++ b/js/Sources/Ground_g.js @@ -9,7 +9,7 @@ Ground_g.prototype.define = function Ground_g() { C=[0]; model=scicos_model(); model.sim=list("cstblk4_m",4); -model.in=[]; +model.in1=[]; model.out=1; model.in2=[]; model.out2=1; -- cgit