Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -751,11 +751,10 @@ G4ReflectionFactory::GetReflectedVolumesMap() const
|
||||
|
||||
//_____________________________________________________________________________
|
||||
|
||||
void
|
||||
G4ReflectionFactory::Reset()
|
||||
void G4ReflectionFactory::Clean()
|
||||
{
|
||||
fConstituentLVMap.~map();
|
||||
fReflectedLVMap.~map();
|
||||
fConstituentLVMap.clear();
|
||||
fReflectedLVMap.clear();
|
||||
}
|
||||
|
||||
//_____________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user