Skip to content

Commit

Permalink
Add tocellsets for compat reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpech committed Oct 28, 2024
1 parent 98c1cb0 commit 8526ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FerriteGmsh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ function todimEntitysets(dim::Int, global_entity_tags::Vector{Int})
return entityset
end

tocellsets(dim::Int, global_entity_tags::Vector{Int}) = todimEntitysets(dim, global_entity_tags)

"""
togrid(filename::String; domain="")
Expand Down

0 comments on commit 8526ada

Please sign in to comment.