Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Aug 1, 2024
1 parent c24fec2 commit a4663ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ode_solver/test_models/gaussian_decay.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use crate::ode_solver::problem::OdeSolverSolution;
use crate::OdeSolverProblem;
use crate::{scalar::scale, ConstantOp, DenseMatrix, OdeBuilder, OdeEquations, Vector};
use nalgebra::ComplexField;
use num_traits::Pow;
use num_traits::Zero;
use nalgebra::ComplexField;
use std::ops::MulAssign;

// dy/dt = -aty (p = [a])
Expand Down

0 comments on commit a4663ac

Please sign in to comment.