| Summary: | G4Polyhedra::DistanceToOut() sometimes returns kInfinity on Mac OS | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | danielstrul |
| Component: | geometry/solids | Assignee: | davidw |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 5.2 | ||
| Hardware: | Other | ||
| OS: | Other | ||
|
Description
danielstrul
2003-10-16 03:41:49 CEST
Thanks to Daniel Strul for supplied a working application demonstrating the bug. This is greatly appreciated. This problem was traced to a bug in G4PolyhedraSide, in which a particle could leak out the exact center of a facet of a polyhedra in which the inner radius is zero. A fix has been implemented and committed to cvs (G4PolyhedraSide.cc revision 1.7). |