Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/im_r_matrix/src/G4XNNElasticLowE.cc

    r819 r962  
    118118G4XNNElasticLowE::~G4XNNElasticLowE()
    119119{
    120   delete xMap[G4Proton::ProtonDefinition()->GetParticleName()];
    121   delete xMap[G4Neutron::NeutronDefinition()->GetParticleName()];
     120  G4String name_proton = "proton";
     121  G4String name_neutron = "neutron";
     122  delete xMap[name_proton];
     123  delete xMap[name_neutron];
    122124}
    123125
Note: See TracChangeset for help on using the changeset viewer.