Problem 566

Summary: AssemblyVolume instance number
Product: Geant4 Reporter: farnea
Component: geometryAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED FIXED    
Severity: normal CC: farnea
Priority: P2    
Version: 5.2   
Hardware: PC   
OS: Linux   

Description farnea 2004-01-19 03:16:43 CET
In G4AssemblyVolume.cc, lines 168, 248 the condition:

if( copyNumBase != 0 )

should be:

if( copyNumBase == 0 )

otherwise it is not possible to force a copy number for the physical objects.
Comment 1 Radovan.Chytracek 2004-01-19 06:10:59 CET
Hi,
    you're correct. It needs to be reversed to work as ment to be.

Radovan
Comment 2 Gabriele Cosmo 2004-01-19 07:12:59 CET
Thanks. The fix is now introduced in the development version.
It will be available in a future patch to the latest release.