Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -25,7 +25,7 @@
//
// G4NavigationLevel inline implementation
//
// 30.09.97 J.Apostolakis Initial version
// Author: John Apostolakis (CERN), 30.09.1997 - Initial version
// ----------------------------------------------------------------------
extern G4GEOM_DLL G4Allocator<G4NavigationLevel>*& aNavigationLevelAllocator();
@@ -89,9 +89,7 @@ void G4NavigationLevel::operator delete(void* aLevel)
// Added for use by STL (used for free-ing pre-allocated?).
//
#ifndef G4NOT_ISO_DELETES
inline
void G4NavigationLevel::operator delete(void *, void *)
{
}
#endif