Revert "Merge pull request #1064 from JohannesPfeifer/trust_region"

This reverts commit 9cc96b93c0, reversing
changes made to 1bc965625c.
time-shift
Houtan Bastani 2015-10-06 09:52:16 +02:00
parent 7e41cc170b
commit 07e29125a2
1 changed files with 2 additions and 3 deletions

View File

@ -179,9 +179,8 @@ while (niter < maxiter && ~info)
info = 1;
end
end
if info~=1
check = 1;
end
check = ~info;
end