Skip to content

Commit 6aa65ce

Browse files
p4est mv
1 parent d692442 commit 6aa65ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/meshes/p4est_mesh_view.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A view on a [`P4estMesh`](@ref).
1212
"""
1313
mutable struct P4estMeshView{NDIMS, NDIMS_AMBIENT, RealT <: Real, Parent} <:
1414
AbstractMesh{NDIMS}
15-
parent::Parent
16-
cell_ids::Vector{Int}
15+
const parent::Parent
16+
const cell_ids::Vector{Int}
1717
unsaved_changes::Bool
1818
current_filename::String
1919
end

src/semidiscretization/semidiscretization_hyperbolic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mutable struct SemidiscretizationHyperbolic{Mesh, Equations, InitialCondition,
1616
SourceTerms, Solver, Cache} <:
1717
AbstractSemidiscretization
1818
mesh::Mesh
19-
const equations::Equations
19+
equations::Equations
2020

2121
# This guy is a bit messy since we abuse it as some kind of "exact solution"
2222
# although this doesn't really exist...

0 commit comments

Comments
 (0)