Import Geant4 11.3.1 source tree
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
|
||||
#include "G4FastList.hh"
|
||||
#include "G4ManyFastLists.hh"
|
||||
#include "G4AllocatorList.hh"
|
||||
#include "G4Track.hh"
|
||||
#include "G4IT.hh"
|
||||
|
||||
|
||||
@@ -64,8 +64,6 @@ G4FastListNode<G4Track>* G4FastList<G4Track>::__GetNode(G4Track* __track)
|
||||
template<>
|
||||
void G4FastList<G4Track>::DeleteObject(G4Track* __track)
|
||||
{
|
||||
if (G4AllocatorList::GetAllocatorListIfExist() == nullptr) return;
|
||||
|
||||
auto __step = const_cast<G4Step*>(__track->GetStep());
|
||||
if (__step != nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user