Skip to content

Commit 6e157ca

Browse files
committed
fix #58 for real
1 parent 4ff4c22 commit 6e157ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ An abstract mesh is a collection of Polytope elements (Simplices / Ngons).
336336
The connections are defined via faces(mesh), the coordinates of the elements are returned by
337337
coordinates(mesh). Arbitrary meta information can be attached per point or per face
338338
"""
339-
const AbstractMesh{Element<:Polytope} = AbstractVector{Element}
339+
abstract type AbstractMesh{Element<:Polytope} <: AbstractVector{Element} end
340340

341341
"""
342342
Mesh <: AbstractVector{Element}

0 commit comments

Comments
 (0)