Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef _G4MAKEVOL_
#define _G4MAKEVOL_ 1
void
G4makevol(G4String& vname, G4String& shape, G4int nmed,
G4double* Rpar, G4int npar);
#endif