diff --git a/src/equations/equations.jl b/src/equations/equations.jl index 3df151f..6fe1256 100644 --- a/src/equations/equations.jl +++ b/src/equations/equations.jl @@ -5,10 +5,5 @@ abstract type AbstractCompressibleMoistEulerEquations{NDIMS, NVARS} <: abstract type AbstractCompressibleEulerPotentialTemperatureEquations{NDIMS, NVARS} <: AbstractEquations{NDIMS, NVARS} end -# struct flux_LMARS{SpeedOfSound} -# # Estimate for the speed of sound -# speed_of_sound::SpeedOfSound -# end - include("compressible_moist_euler_2d_lucas.jl") include("compressible_euler_potential_temperature_2d.jl")