Skip to content

Commit

Permalink
make using statements alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cook committed Jan 21, 2025
1 parent 52f939e commit 2ed2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/src/nonlinear_solvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ using ..type_definitions: mk_float, mk_int

using LinearAlgebra
using MPI
using MPIQR
using SparseArrays
using StatsBase: mean
using MPIQR

struct nl_solver_info{TH,TV,Tcsg,Tlig,Tprecon,Tpretype}
rtol::mk_float
Expand Down

0 comments on commit 2ed2b17

Please sign in to comment.