Skip to content

Commit

Permalink
Change parametric type of supertype of visco-resistive MHD equations.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Nov 23, 2023
1 parent 50f5e56 commit ca46770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/equations_parabolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ include("compressible_navier_stokes_3d.jl")

# Resistive and visuous MHD
abstract type AbstractViscoResistiveMhd{NDIMS, NVARS} <:
AbstractEquationsParabolic{NDIMS, NVARS} end
AbstractEquationsParabolic{NDIMS, NVARS, GradientVariablesConservative} end
include("visco_resistive_mhd_3d.jl")

0 comments on commit ca46770

Please sign in to comment.