Ignore:
Timestamp:
May 29, 2009, 3:55:14 PM (15 years ago)
Author:
garnier
Message:

file release beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/navigation/src/G4PropagatorInField.cc

    r921 r1058  
    4848#include "G4VCurvedTrajectoryFilter.hh"
    4949#include "G4ChordFinder.hh"
    50 #include "G4BrentLocator.hh"
     50#include "G4MultiLevelLocator.hh"
    5151
    5252///////////////////////////////////////////////////////////////////////////
     
    8686  // Definding Intersection Locator and his parameters
    8787  if(vLocator==0){
    88     fIntersectionLocator= new G4BrentLocator(theNavigator);
     88    fIntersectionLocator= new G4MultiLevelLocator(theNavigator);
    8989    fAllocatedLocator=true;
    9090  }else{
Note: See TracChangeset for help on using the changeset viewer.