Problem 230

Summary: Error in G3toG4MakeSolid.cc
Product: Geant4 Reporter: marc.kippen
Component: g3tog4Assignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0   
Hardware: PC   
OS: Linux   

Description marc.kippen 2001-03-06 15:05:35 CET
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);
    }
Comment 1 Gabriele Cosmo 2001-03-12 02:53:59 CET
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.