Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/src/G4LivermoreBremsstrahlungModel.cc

    r1337 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4LivermoreBremsstrahlungModel.cc,v 1.6 2009/06/11 15:47:08 mantero Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4LivermoreBremsstrahlungModel.cc,v 1.8 2010/12/02 16:07:05 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// Author: Luciano Pandola
     
    142142      crossSectionHandler = 0;
    143143    }
    144   G4VDataSetAlgorithm* interpolation = new G4SemiLogInterpolation();
     144  G4VDataSetAlgorithm* interpolation = 0;//new G4SemiLogInterpolation();
    145145  crossSectionHandler = new G4BremsstrahlungCrossSectionHandler(energySpectrum,interpolation);
    146146  crossSectionHandler->Initialise(0,LowEnergyLimit(),HighEnergyLimit(),
     
    196196      G4cout << "The cross section handler is not correctly initialized" << G4endl;
    197197      G4Exception();
     198      return 0;
    198199    }
    199200 
Note: See TracChangeset for help on using the changeset viewer.