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
@@ -66,7 +66,8 @@ void export_G4UIcommandTree()
.def("CreateHTML", &G4UIcommandTree::CreateHTML)
.def("GetGuidance", &G4UIcommandTree::GetGuidance,
return_value_policy<reference_existing_object>())
.def("GetPathName", &G4UIcommandTree::GetPathName)
.def("GetPathName", &G4UIcommandTree::GetPathName,
return_value_policy<return_by_value>())
// ---
.def("GetTreeEntry", &G4UIcommandTree::GetTreeEntry)
.def("GetCommandEntry", &G4UIcommandTree::GetCommandEntry)