Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -216,7 +216,9 @@ G4VisExecutive::RegisterGraphicsSystems () {
G4VGraphicsSystem* oi = 0;
#ifdef G4VIS_USE_OIX
oi = new G4OpenInventorX;
#elif G4VIS_USE_OIWIN32
#elif defined(G4VIS_USE_OIQT)
oi = new G4OpenInventorQt;
#elif defined(G4VIS_USE_OIWIN32)
oi = new G4OpenInventorWin32;
#endif
if (oi) {
@@ -230,10 +232,6 @@ G4VisExecutive::RegisterGraphicsSystems () {
RegisterGraphicsSystem (new G4OpenInventorXtExtended);
#endif
#ifdef G4VIS_USE_OIQT
RegisterGraphicsSystem(new G4OpenInventorQt);
#endif
#ifdef G4VIS_USE_RAYTRACERX
RegisterGraphicsSystem (new G4RayTracerX);
#endif