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 end
if max(htol0)>htol if max(htol0)>htol
skipline() skipline()
disp_verbose('Numerical noise in the likelihood') disp_verbose('Numerical noise in the likelihood',Verbose)
disp_verbose('Tolerance has to be relaxed') disp_verbose('Tolerance has to be relaxed',Verbose)
skipline() skipline()
end end
else else