Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInterpolator.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4NeutronHPInterpolator.hh,v 1.19 2006/06/29 20:48:13 gunter Exp $
    28 // GEANT4 tag $Name:  $
     27// $Id: G4NeutronHPInterpolator.hh,v 1.20 2008/08/12 00:42:31 tkoi Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
     29//
     30// 080809 Change interpolation scheme of "histogram", now using LinearLinear
     31//        For multidimensional interpolations By T. Koi
    2932//
    3033#ifndef G4NeutronHPInterpolator_h
     
    9194  {
    9295    case 1:
    93       result = Histogram(x, x1, x2, y1, y2);
     96      //080809
     97      //result = Histogram(x, x1, x2, y1, y2);
     98      result = LinearLinear(x, x1, x2, y1, y2);
    9499      break;
    95100    case 2:
Note: See TracChangeset for help on using the changeset viewer.