Problem 51

Summary: G4NucleiProperties constructor and "theInstance" are missing !
Product: Geant4 Reporter: barrand
Component: particlesAssignee: kurasige
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: other   
Hardware: HP   
OS: HP-UX   

Description barrand 2000-02-02 06:59:25 CET
I am unable to link examples/novice/N02 on HP-aCC :
/opt/aCC/lbin/ld: Unsatisfied symbols:
   G4NucleiProperties::theInstance (data)
::theInstance;

 It appears that in particles/management/src/G4NucleiProperties.cc, are
missing :
 G4NucleiProperties::G4NucleiProperties(){}
 G4NucleiProperties G4NucleiProperties::theInstance;
Comment 1 kurasige 2000-02-03 19:56:59 CET
This class is an utility class and do not need the member of "theInstatnce".