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
@@ -30,6 +30,7 @@
// ====================================================================
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include "G4Element.hh"
#include "G4ElementVector.hh"
using namespace boost::python;
@@ -39,7 +39,7 @@ void export_G4Material();
void export_G4MaterialTable();
void export_G4Element();
void export_G4ElementTable();
//void export_G4ElementVector();
void export_G4ElementVector();
void export_G4Isotope();
void export_G4NistManager();
void export_G4AtomicShells();
@@ -50,7 +50,7 @@ BOOST_PYTHON_MODULE(G4materials)
export_G4MaterialTable();
export_G4Element();
export_G4ElementTable();
//export_G4ElementVector();
export_G4ElementVector();
export_G4Isotope();
export_G4NistManager();
export_G4AtomicShells();