Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+4 -4
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4gsdvn.cc,v 1.7 2001/07/11 09:59:01 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4gsdvn.cc,v 1.8 2002/10/23 17:21:18 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
// by I.Hrivnacova, V.Berejnoi, 29 Oct 99
@@ -59,10 +59,10 @@ void G4CreateCloneVTEWithDivision(G4String vname, G3VolTableEntry* mvte,
G4String shape = mvteClone->GetShape();
G4int nmed = mvteClone->GetNmed();
G4String mvteName = mvteClone->GetName();
G4String newName = vname;
if (i>0) {
char index[4]; sprintf(index, "%d", i);
char index[5]; sprintf(index, "%d", i);
newName.append(gSeparator); newName = newName + index;
}