summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-12 19:25:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-19 19:39:37 +0100
commit1b8ddffa1ecb546b5b84078d7d18aa4b1e77acda (patch)
tree0e434f51bd671ce8f787cc6f7eaf5ed66495c59f /sci-physics/geant/files/geant-4.10.0-TrackingNavigator.patch
parentprofiles: Mask sci-physics/geant-python for removal (diff)
downloadgentoo-1b8ddffa1ecb546b5b84078d7d18aa4b1e77acda.tar.gz
gentoo-1b8ddffa1ecb546b5b84078d7d18aa4b1e77acda.tar.bz2
gentoo-1b8ddffa1ecb546b5b84078d7d18aa4b1e77acda.zip
sci-physics/geant: Drop old
Closes: https://bugs.gentoo.org/573118 Closes: https://bugs.gentoo.org/573778 Closes: https://bugs.gentoo.org/589622 Closes: https://bugs.gentoo.org/644358 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-physics/geant/files/geant-4.10.0-TrackingNavigator.patch')
-rw-r--r--sci-physics/geant/files/geant-4.10.0-TrackingNavigator.patch60
1 files changed, 0 insertions, 60 deletions
diff --git a/sci-physics/geant/files/geant-4.10.0-TrackingNavigator.patch b/sci-physics/geant/files/geant-4.10.0-TrackingNavigator.patch
deleted file mode 100644
index e3cc8d6594a5..000000000000
--- a/sci-physics/geant/files/geant-4.10.0-TrackingNavigator.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-accepted upstream. to be removed in the next minor release.
-
-https://bugs.gentoo.org/show_bug.cgi?id=496678
-http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1537
-
-diff -Naur geant4.10.00/source/geometry/navigation/include/G4TransportationManager.hh geant4.10.00-mod/source/geometry/navigation/include/G4TransportationManager.hh
---- geant4.10.00/source/geometry/navigation/include/G4TransportationManager.hh 2013-12-05 10:28:54.000000000 +0100
-+++ geant4.10.00-mod/source/geometry/navigation/include/G4TransportationManager.hh 2013-12-12 01:40:12.341428809 +0100
-@@ -68,7 +68,7 @@
- // Accessors for field handling
-
- inline G4Navigator* GetNavigatorForTracking() const;
-- inline void SetNavigatorForTracking( G4Navigator* newNavigator );
-+ void SetNavigatorForTracking( G4Navigator* newNavigator );
- // Accessors for the navigator for tracking
-
- inline void SetWorldForTracking(G4VPhysicalVolume* theWorld);
-diff -Naur geant4.10.00/source/geometry/navigation/include/G4TransportationManager.icc geant4.10.00-mod/source/geometry/navigation/include/G4TransportationManager.icc
---- geant4.10.00/source/geometry/navigation/include/G4TransportationManager.icc 2013-12-05 10:28:54.000000000 +0100
-+++ geant4.10.00-mod/source/geometry/navigation/include/G4TransportationManager.icc 2013-12-12 01:40:12.341428809 +0100
-@@ -59,6 +59,7 @@
- fNavigators[0]->SetWorldVolume(theWorld);
- }
-
-+/*
- // ----------------------------------------------------------------------------
- // SetNavigatorForTracking()
- //
-@@ -70,6 +71,7 @@
- {
- fNavigators[0] = newNavigator;
- }
-+*/
-
- // ----------------------------------------------------------------------------
- // GetPropagatorInField()
-diff -Naur geant4.10.00/source/geometry/navigation/src/G4TransportationManager.cc geant4.10.00-mod/source/geometry/navigation/src/G4TransportationManager.cc
---- geant4.10.00/source/geometry/navigation/src/G4TransportationManager.cc 2013-12-05 10:28:56.000000000 +0100
-+++ geant4.10.00-mod/source/geometry/navigation/src/G4TransportationManager.cc 2013-12-12 01:40:12.345428679 +0100
-@@ -124,6 +124,20 @@
- }
- }
-
-+
-+// ----------------------------------------------------------------------------
-+// SetNavigatorForTracking()
-+//
-+// Set the active navigator for tracking, always
-+// the first in the collection of registered navigators.
-+//
-+void G4TransportationManager::SetNavigatorForTracking(G4Navigator* newNavigator)
-+{
-+ fNavigators[0] = newNavigator;
-+ fActiveNavigators[0] = newNavigator;
-+ fPropagatorInField->SetNavigatorForPropagating(newNavigator);
-+}
-+
- // ----------------------------------------------------------------------------
- // ClearNavigators()
- //