Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/incl/src/G4InclAblaCascadeInterface.cc

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4InclAblaCascadeInterface.cc,v 1.16 2010/10/29 06:48:43 gunter Exp $
     26// $Id: G4InclAblaCascadeInterface.cc,v 1.20 2010/11/17 20:19:09 kaitanie Exp $
    2727// Translation of INCL4.2/ABLA V3
    2828// Pekka Kaitaniemi, HIP (translation)
     
    116116  incl->setInput(calincl);
    117117
    118   G4InclInput::printProjectileTargetInfo(aTrack, theNucleus);
    119   calincl->printInfo();
     118  //  G4InclInput::printProjectileTargetInfo(aTrack, theNucleus);
     119  //  calincl->printInfo();
    120120
    121121#ifdef DEBUGINCL
     
    439439        }
    440440      }
     441      delete theFermiBreakupResult;
     442      theFermiBreakupResult = 0;
     443
    441444      if(std::abs(fourMomentumBalance.mag() / MeV) > 0.1 * MeV) {
    442445        G4cout <<"Four-momentum balance after remnant nucleus Fermi break-up:" << G4endl;
Note: See TracChangeset for help on using the changeset viewer.