We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b2069 commit d692442Copy full SHA for d692442
src/semidiscretization/semidiscretization_hyperbolic.jl
@@ -16,7 +16,7 @@ mutable struct SemidiscretizationHyperbolic{Mesh, Equations, InitialCondition,
16
SourceTerms, Solver, Cache} <:
17
AbstractSemidiscretization
18
mesh::Mesh
19
- equations::Equations
+ const equations::Equations
20
21
# This guy is a bit messy since we abuse it as some kind of "exact solution"
22
# although this doesn't really exist...
0 commit comments