Skip to content

Commit

Permalink
Derp again
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Sep 25, 2024
1 parent fc2ce90 commit b3869ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct ClipPlane{T}
end

# Binary decision function to clip a cell with a plane for the crinkle clip.
function (plane::ClipPlane)(grid::AbstractGrid, cellid::Int)
function (plane::ClipPlane)(grid::Ferrite.AbstractGrid, cellid::Int)
cell = getcells(grid, cellid)
coords = Ferrite.get_node_coordinate.(Ferrite.getnodes(grid)[[cell.nodes...]])
for coord coords
Expand Down

0 comments on commit b3869ff

Please sign in to comment.