Skip to content

Commit

Permalink
root: patch for facet size (#696)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR patches a fix for `Facet: 859 has zero surface area` warnings.
  • Loading branch information
wdconinc authored Dec 21, 2024
1 parent f5a44b3 commit b63712d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/root/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@


class Root(BuiltinRoot):
# Fix surface area calculation for TGeoTessellated facets
patch(
"https://github.com/wdconinc/root/commit/06db88c70f602c08c97c401b81afcf6adc2eb25e.diff?full_index=1",
sha256="991905b17d246fb7584309fdeb5720d29a083a1313920562de1de1edb11675a6",
when="@6.32",
)
# Skip overlap checking if a partner is a tessellated shape
patch(
"https://github.com/root-project/root/pull/11788.patch?full_index=1",
Expand Down

0 comments on commit b63712d

Please sign in to comment.