Skip to content

Commit

Permalink
deleted useless parts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoArtiano committed Sep 24, 2024
1 parent 78d4bcc commit a820c97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/equations/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit a820c97

Please sign in to comment.