Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -73,7 +73,7 @@ G4double G4SimplexDownhill<T>::GetMinimum()
std::vector< G4double >::iterator it_minh =
std::min_element( currentHeights.begin() , currentHeights.end() );
G4int imin = -1;
G4int imin = 0;
G4int i = 0;
for ( std::vector< G4double >::iterator it = currentHeights.begin();
it != currentHeights.end(); it++ )
@@ -424,7 +424,7 @@ std::vector< G4double > G4SimplexDownhill<T>::GetMinimumPoint()
std::vector< G4double >::iterator it_minh =
std::min_element( currentHeights.begin() , currentHeights.end() );;
G4int imin = -1;
G4int imin = 0;
G4int i = 0;
for ( std::vector< G4double >::iterator
it = currentHeights.begin(); it != currentHeights.end(); it++ )