From 1170404c7650cb531534b308f103c9b6abd50d14 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 18 Jun 2018 23:41:23 +0530 Subject: handle multiple rows --- js/Branching/MUX_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Branching/MUX_f.js') diff --git a/js/Branching/MUX_f.js b/js/Branching/MUX_f.js index d75e4319..535f1cfa 100644 --- a/js/Branching/MUX_f.js +++ b/js/Branching/MUX_f.js @@ -36,7 +36,7 @@ ok=false; } } else { if (size(in1,"*")<2||size(in1,"*")>8||or(in1==0)) { -message(["Block must have at least two input ports","and at most eight, and size 0 is not allowed. "]); +message([["Block must have at least two input ports"],["and at most eight, and size 0 is not allowed. "]]); ok=false; } else { if (min(in1)<0) { -- cgit