Problem 51 - G4NucleiProperties constructor and "theInstance" are missing !
Summary: G4NucleiProperties constructor and "theInstance" are missing !
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: particles (show other problems)
Version: other
Hardware: HP HP-UX
: P2 normal
Assignee: kurasige
URL:
Depends on:
Blocks:
 
Reported: 2000-02-02 06:59 CET by barrand
Modified: 2000-02-03 19:56 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 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".