dynare.m: remove non-working line feed

time-shift
Johannes Pfeifer 2021-05-11 14:24:02 +02:00
parent 702e22bc51
commit 5a2fbe2f89
1 changed files with 1 additions and 1 deletions

View File

@ -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