Skip to content

Commit

Permalink
doc: remove unneccesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed May 3, 2024
1 parent 8d84d0b commit a55c5ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ode_solver/bdf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,6 @@ where
}

fn step(&mut self) -> Result<()> {
// we will try and use the old jacobian unless convergence of newton iteration
// fails
// tells callable to update rhs jacobian if the jacobian is requested (by nonlinear solver)
// initialise step size and try to make the step,
// iterate, reducing step size until error is in bounds
let mut d: Eqn::V;
let mut safety: Eqn::T;
let mut error_norm: Eqn::T;
Expand Down

0 comments on commit a55c5ab

Please sign in to comment.