From 5a2fbe2f89860f020c608546f4608e21366ae08f Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 11 May 2021 14:24:02 +0200 Subject: [PATCH] dynare.m: remove non-working line feed --- matlab/dynare.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare.m b/matlab/dynare.m index 3f1310e2c..6c9ba4fee 100644 --- a/matlab/dynare.m +++ b/matlab/dynare.m @@ -283,7 +283,7 @@ catch ME W = evalin('base','whos'); diary off if ismember(fname,[W(:).name]) - error('Your base workspace already contains a variable with the same name as the mod-file.\nYou need to delete it or rename the mod-file.') + 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.') else rethrow(ME) end