Fix line search ConvergenceOnSolution
Dear MBDyn Developers,
This branch fixes a stability issue of the line search nonlinear solver. The problem was, that AfterConvergence was not called in StepIntegrator::Advance whenever an exception of type ConvergenceOnSolution was thrown. As a consequence, the rate of convergence was reduced.