Skip to content

Commit

Permalink
3D Differential Operators (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored and KevinDCarlson committed Sep 11, 2024
1 parent 070e81c commit deea1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GeometricMaps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ function vertices(d::DeltaSet, p::Point)
end

function check_simplex_exists(
codom::SimplicialComplex{D'}
codom::SimplicialComplex{D}
points::Vector{Point}
) where {D, D'}
) where {D}
verts = vcat([vertices(codom.delta_set, p) for p in points])
sort!(verts)
unique!(verts)
Expand Down

0 comments on commit deea1ef

Please sign in to comment.