Skip to content

Commit

Permalink
Update src/meshes/p4est_mesh_view.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SimonCan and github-actions[bot] authored Dec 16, 2024
1 parent 8a14d1f commit cc87c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meshes/p4est_mesh_view.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
A view on a p4est mesh.
"""

mutable struct P4estMeshView{NDIMS, NDIMS_AMBIENT, RealT <: Real, Parent} <: AbstractMesh{NDIMS}
mutable struct P4estMeshView{NDIMS, NDIMS_AMBIENT, RealT <: Real, Parent} <:
AbstractMesh{NDIMS}
parent::Parent
cell_ids::Vector{Int}
unsaved_changes::Bool
Expand Down

0 comments on commit cc87c3a

Please sign in to comment.