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 4ff4c22 commit 6e157caCopy full SHA for 6e157ca
src/basic_types.jl
@@ -336,7 +336,7 @@ An abstract mesh is a collection of Polytope elements (Simplices / Ngons).
336
The connections are defined via faces(mesh), the coordinates of the elements are returned by
337
coordinates(mesh). Arbitrary meta information can be attached per point or per face
338
"""
339
-const AbstractMesh{Element<:Polytope} = AbstractVector{Element}
+abstract type AbstractMesh{Element<:Polytope} <: AbstractVector{Element} end
340
341
342
Mesh <: AbstractVector{Element}
0 commit comments