Fix early return in DoglegStrategy::StepAccepted

In StepAccepted, reuse_ was not cleared if the improvement was not good
enough. This is obviously wrong as the step was taken nevertheless and
the computed entities may be completely different at the new iterate.

Change-Id: I4bf3441f71550a0595dd8c5565aedd38d03e8b2f
1 file changed