Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Nov 7, 2023
1 parent 1dd114d commit 4462871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/equations/ideal_mhd_multiion_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mutable struct IdealMhdMultiIonEquations1D{NVARS, NCOMP, RealT <: Real} <:
::SVector{NCOMP, RealT},
charge_to_mass
::SVector{NCOMP, RealT}) where
{NVARS, NCOMP, RealT <: Real}
{NVARS, NCOMP, RealT <: Real}
NCOMP >= 1 ||
throw(DimensionMismatch("`gammas` and `charge_to_mass` have to be filled with at least one value"))

Expand Down
2 changes: 1 addition & 1 deletion src/equations/ideal_mhd_multiion_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mutable struct IdealMhdMultiIonEquations2D{NVARS, NCOMP, RealT <: Real, Electron
::SVector{NCOMP, RealT},
electron_pressure
::ElectronPressure) where
{NVARS, NCOMP, RealT <: Real, ElectronPressure}
{NVARS, NCOMP, RealT <: Real, ElectronPressure}
NCOMP >= 1 ||
throw(DimensionMismatch("`gammas` and `charge_to_mass` have to be filled with at least one value"))

Expand Down

0 comments on commit 4462871

Please sign in to comment.