| Summary: | Error in G3toG4MakeSolid.cc | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | marc.kippen |
| Component: | g3tog4 | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Thanks for the report. The bug is fixed in the development tag "g3tog4-V03-00-02" and will be part of future public releases and patches. |
G3toG4MakeSolid.cc: Incorrect parameter list for call to G4Sphere (theta and phi parameters are reversed. The correct call is: if (!(NegVolPars || Deferred)) { solid = new G4Sphere(vname, pRmin, pRmax, pPhi1, pDPhi, pThe1, pDThe); }