From 3e7cd877d377f4726386fefdfc1469d8c3c0670f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Wed, 26 May 2021 19:11:01 +0200 Subject: [PATCH] Fix error message consistently with 2743ca8fd. [skip ci] --- matlab/dynare.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare.m b/matlab/dynare.m index 0fdb75515..341376aed 100644 --- a/matlab/dynare.m +++ b/matlab/dynare.m @@ -283,7 +283,7 @@ catch ME W = evalin('caller','whos'); diary off if ismember(fname,{W(:).name}) - error('Your base workspace already contains a variable with the same name as the mod-file. You need to delete it or rename the mod-file.') + error('Your workspace already contains a variable with the same name as the mod-file. You need to delete it or rename the mod-file.') else rethrow(ME) end