Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/evaporation/src/G4UnstableFragmentBreakUp.cc

    r1316 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4UnstableFragmentBreakUp.cc,v 1.7 2010/05/19 17:17:28 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     26// $Id: G4UnstableFragmentBreakUp.cc,v 1.8 2010/06/25 09:46:09 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    130130    G4double sinTheta = std::sqrt(1. - cosTheta * cosTheta);
    131131    G4double phi = twopi * G4UniformRand();
    132     G4double mom = sqrt((e2 - mass2)*(e2 + mass2));
     132    G4double mom = std::sqrt((e2 - mass2)*(e2 + mass2));
    133133    G4LorentzVector mom2(mom * sinTheta * std::cos(phi),
    134134                         mom * sinTheta * std::sin(phi),
Note: See TracChangeset for help on using the changeset viewer.