Skip to content

Commit

Permalink
fix JuliaGeometry#58 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed May 30, 2020
1 parent 4ff4c22 commit 6e157ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ An abstract mesh is a collection of Polytope elements (Simplices / Ngons).
The connections are defined via faces(mesh), the coordinates of the elements are returned by
coordinates(mesh). Arbitrary meta information can be attached per point or per face
"""
const AbstractMesh{Element<:Polytope} = AbstractVector{Element}
abstract type AbstractMesh{Element<:Polytope} <: AbstractVector{Element} end

"""
Mesh <: AbstractVector{Element}
Expand Down

0 comments on commit 6e157ca

Please sign in to comment.