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/RELATIONALOP.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Misc/RELATIONALOP.js') diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js index 33d0d152..bb6b8848 100644 --- a/js/Misc/RELATIONALOP.js +++ b/js/Misc/RELATIONALOP.js @@ -78,7 +78,7 @@ ipar=[2]; label="<"; model=scicos_model(); model.sim=list("relationalop",4); -model.in=[1,1]; +model.in1=[1,1]; model.out=1; model.ipar=ipar; model.blocktype="c"; -- cgit