Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4gsdvn.cc 67982 2013-03-13 10:36:03Z gcosmo $
// $Id: G4gsdvn.cc 104024 2017-05-08 14:44:25Z gcosmo $
//
// by I.Hrivnacova, V.Berejnoi, 29 Oct 99
@@ -64,7 +64,7 @@ void G4CreateCloneVTEWithDivision(G4String vname, G3VolTableEntry* mvte,
G4String newName = vname;
if (i>0) {
char index[5]; sprintf(index, "%d", i);
char index[12]; sprintf(index, "%d", i);
newName.append(gSeparator); newName = newName + index;
}