Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: pyG4ElementVector.cc,v 1.1 2008/12/04 10:31:03 kmura Exp $
|
||||
// $Name: geant4-09-02 $
|
||||
// $Id: pyG4ElementVector.cc,v 1.2 2008/12/12 03:02:30 kmura Exp $
|
||||
// $Name: geant4-09-03 $
|
||||
// ====================================================================
|
||||
// pyG4ElementVector.cc
|
||||
//
|
||||
@@ -32,7 +32,6 @@
|
||||
// ====================================================================
|
||||
#include <boost/python.hpp>
|
||||
#include "pyG4indexing.hh"
|
||||
#include "G4Element.hh"
|
||||
#include "G4ElementVector.hh"
|
||||
|
||||
using namespace boost::python;
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: pymodG4materials.cc,v 1.7 2008/12/04 08:55:25 kmura Exp $
|
||||
// $Name: geant4-09-02 $
|
||||
// $Id: pymodG4materials.cc,v 1.8 2008/12/12 03:03:59 kmura Exp $
|
||||
// $Name: geant4-09-03 $
|
||||
// ====================================================================
|
||||
// pymodG4materials.cc [Geant4Py module]
|
||||
//
|
||||
@@ -41,7 +41,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();
|
||||
@@ -52,7 +52,7 @@ BOOST_PYTHON_MODULE(G4materials)
|
||||
export_G4MaterialTable();
|
||||
export_G4Element();
|
||||
export_G4ElementTable();
|
||||
export_G4ElementVector();
|
||||
//export_G4ElementVector();
|
||||
export_G4Isotope();
|
||||
export_G4NistManager();
|
||||
export_G4AtomicShells();
|
||||
|
||||
Reference in New Issue
Block a user