Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -14,5 +14,5 @@ geant4_add_pymodule(pyG4processes
pymodG4processes.cc
)
target_link_libraries(pyG4processes PRIVATE G4processes pyG4Boost)
target_link_libraries(pyG4processes PRIVATE G4processes)
install(TARGETS pyG4processes DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4")
@@ -29,7 +29,7 @@
// 2005 Q
// ====================================================================
#include <boost/python.hpp>
#include "pyG4indexing.hh"
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include "G4VProcess.hh"
using namespace boost::python;