From 3cd708ada301143aaec1b23d92ab2cd35ec8ef7d Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Mon, 22 Nov 2021 22:48:45 +0100 Subject: [PATCH] improve displayed text --- code/functions/SCDconf_maskstring.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/functions/SCDconf_maskstring.m b/code/functions/SCDconf_maskstring.m index 1e96bf8..61d97eb 100644 --- a/code/functions/SCDconf_maskstring.m +++ b/code/functions/SCDconf_maskstring.m @@ -6,7 +6,7 @@ try varalgo = Simulink.data.evalinGlobal('tcv','SCDvaralgo'); catch ME if ~isequal(ME.identifier,'SLDD:sldd:InvalidEvalinCommand'), rethrow(ME); end - str = 'Expcode not setup yet'; return; + str = 'Expcode not set up yet'; return; end stract = sprintf('Node %02d: ONLINE\n',nodenr); -- GitLab