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/electromagnetic/standard/include/G4WentzelOKandVIxSection.hh

    r1316 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4WentzelOKandVIxSection.hh,v 1.5 2010/06/01 11:13:31 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     26// $Id: G4WentzelOKandVIxSection.hh,v 1.6 2010/06/25 09:41:38 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    195195{
    196196  targetMass = value;
    197   factD = sqrt(mom2)/value;
     197  factD = std::sqrt(mom2)/value;
    198198}
    199199
Note: See TracChangeset for help on using the changeset viewer.