Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (16 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/magneticfield/include/G4ChordFinder.icc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4ChordFinder.icc,v 1.13 2008/05/28 09:20:03 tnikitin Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4ChordFinder.icc,v 1.14 2008/10/29 14:34:35 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030// G4ChordFinder inline implementations
     
    134134                       T = ya/yc;
    135135        const G4double Q = (T-1)*(R-1)*(S-1);
    136         if (fabs(Q) <DBL_MIN ) return  DBL_MAX;
     136        if (std::fabs(Q) <DBL_MIN ) return  DBL_MAX;
    137137       
    138138        const G4double P = S*(T*(R-T)*(xc-xb) - (1-R)*(xb-xa));
Note: See TracChangeset for help on using the changeset viewer.