Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
+3
View File
@@ -16,6 +16,9 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
October 18, 2021 B. Morgan (readout-V10-07-01)
- Use std::string member functions from G4String in place of synonyms
April 1, 2021 B. Morgan (readout-V10-07-00)
- Migrate build to modular CMake API
+1 -1
View File
@@ -45,7 +45,7 @@ G4int G4DCtable::Registor(G4String DMname,G4String DCname)
G4int G4DCtable::GetCollectionID(G4String DCname) const
{
G4int i = -1;
if(DCname.index("/")==std::string::npos) // DCname only
if(DCname.find("/")==std::string::npos) // DCname only
{
for(int j=0;j<int(DClist.size());j++)
{