Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/cuts/src/G4ProductionCutsTable.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4ProductionCutsTable.cc,v 1.18 2008/03/02 10:52:55 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4ProductionCutsTable.cc,v 1.19 2009/04/02 02:43:42 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030//
     
    623623    if (aMaterial ==0 ) continue;
    624624
    625     G4double ratio = std::abs(density/aMaterial->GetDensity() );
     625    G4double ratio = std::fabs(density/aMaterial->GetDensity() );
    626626    if ((0.999>ratio) || (ratio>1.001) ){
    627627#ifdef G4VERBOSE
Note: See TracChangeset for help on using the changeset viewer.