Skip to content

Commit

Permalink
add call
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKarp committed Oct 10, 2024
1 parent 0aec1dc commit 22ef147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/search_tree/aabb.f90
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function get_aabb(object, padding) result(box)
select type(object)

type is (aabb_t)
box%init(object%get_min(), object%get_max())
call box%init(object%get_min(), object%get_max())
type is (tri_t)
box = get_aabb_element(object)
type is (hex_t)
Expand Down

0 comments on commit 22ef147

Please sign in to comment.