Add missing input argument in newrat.m to prevent crashes

time-shift
Johannes Pfeifer 2015-11-28 14:06:10 +01:00
parent 88467aa275
commit 0eba93dd71
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ if isempty(hh)
end
if max(htol0)>htol
skipline()
disp_verbose('Numerical noise in the likelihood')
disp_verbose('Tolerance has to be relaxed')
disp_verbose('Numerical noise in the likelihood',Verbose)
disp_verbose('Tolerance has to be relaxed',Verbose)
skipline()
end
else