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/lll_fission/src/G4fissionerr.cc

    r819 r962  
    5454//
    5555//
    56 // $Id: G4fissionerr.cc,v 1.2 2007/06/01 13:46:53 gcosmo Exp $
     56// $Id: G4fissionerr.cc,v 1.3 2008/07/09 21:04:57 dennis Exp $
    5757//
    5858
     
    9595
    9696   std::cerr << "Fission " << ExitMsg << std::endl;
    97    if (doExit == 1) exit(iSever);
     97   if (doExit == 1) G4Exception("G4fissionEvent::G4fissionerr()", "601",
     98                                FatalException, "Fatal Error");
    9899
    99100   return;
     101}
    100102
    101 }
    102103
    103104std::string itoa(const G4int& x)
Note: See TracChangeset for help on using the changeset viewer.