| Summary: | G4NucleiProperties constructor and "theInstance" are missing ! | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | barrand |
| Component: | particles | Assignee: | kurasige |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | other | ||
| Hardware: | HP | ||
| OS: | HP-UX | ||
This class is an utility class and do not need the member of "theInstatnce". |
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;