Problem 230 - Error in G3toG4MakeSolid.cc
Summary: Error in G3toG4MakeSolid.cc
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: g3tog4 (show other problems)
Version: 3.0
Hardware: PC Linux
: P2 normal
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2001-03-06 15:05 CET by marc.kippen
Modified: 2001-03-12 02:53 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.