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 7fc8760 commit da91216Copy full SHA for da91216
src/meshes.jl
@@ -236,7 +236,7 @@ Generates a new mesh containing all the data of the individual meshes.
236
If all meshes are consistent in their use of FaceViews they will be preserved.
237
Otherwise all of them will be converted with `clear_faceviews(mesh)`.
238
"""
239
-function Base.merge(meshes::AbstractVector{<:Mesh})
+function Base.merge(meshes::AbstractVector{<:Mesh{D}}) where {D}
240
return if isempty(meshes)
241
return Mesh(Point3f[], GLTriangleFace[])
242
0 commit comments