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/MatrixOp/MATLU.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/MatrixOp/MATLU.js') diff --git a/js/MatrixOp/MATLU.js b/js/MatrixOp/MATLU.js index fa4425bc..9587bbfa 100644 --- a/js/MatrixOp/MATLU.js +++ b/js/MatrixOp/MATLU.js @@ -28,7 +28,7 @@ message("Datatype is not supported"); ok=None; } if (ok) { -[model,graphics,ok]=set_io(model,graphics,list([model.in,model.in2],it),list([model.out,model.out2],ot),[],[]); +[model,graphics,ok]=set_io(model,graphics,list([model.in1,model.in2],it),list([model.out,model.out2],ot),[],[]); } if (ok) { funtyp=4; @@ -45,7 +45,7 @@ model=scicos_model(); function_name="mat_lu"; funtyp=4; model.sim=list(function_name,funtyp); -model.in=-1; +model.in1=-1; model.in2=-1; model.intyp=1; model.out=[-1,-1]; -- cgit