Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mircho Nikolaev Rodozov
VecGeom
Commits
5dd50120
Commit
5dd50120
authored
Mar 26, 2019
by
Sandro Christian Wenzel
Committed by
Sandro Christian Wenzel
Mar 26, 2019
Browse files
PolyhedronStruct: Fix CUDA compile warning
parent
415d0e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
volumes/PolyhedronStruct.h
View file @
5dd50120
...
...
@@ -42,6 +42,8 @@ struct ZSegment {
Quadrilaterals
outer
;
///< Should always be non-empty.
Quadrilaterals
phi
;
///< Is empty if fHasPhiCutout is false.
Quadrilaterals
inner
;
///< Is empty hasInnerRadius is false.
VECCORE_ATT_HOST_DEVICE
bool
hasInnerRadius
()
const
{
return
inner
.
size
()
>
0
;
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment