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/Sinks/TOWS_c.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sinks/TOWS_c.js') diff --git a/js/Sinks/TOWS_c.js b/js/Sinks/TOWS_c.js index 51e6a537..e6bd549a 100644 --- a/js/Sinks/TOWS_c.js +++ b/js/Sinks/TOWS_c.js @@ -45,7 +45,7 @@ varnam="A"; herit=0; model=scicos_model(); model.sim=list("tows_c",4); -model.in=[nu]; +model.in1=[nu]; model.in2=-2; model.intyp=-1; model.out=[]; -- cgit