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/Misc/scifunc_block_m.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Misc/scifunc_block_m.js') diff --git a/js/Misc/scifunc_block_m.js b/js/Misc/scifunc_block_m.js index 7f7d543e..0c0c8f3c 100644 --- a/js/Misc/scifunc_block_m.js +++ b/js/Misc/scifunc_block_m.js @@ -69,7 +69,7 @@ rpar=[]; it=1; model=scicos_model(); model.sim=list("scifunc",3); -model.in=in1; +model.in1=in1; model.in2=in1; model.intyp=it; model.out=out; -- cgit