Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/cross_sections/src/G4QuasiFreeRatios.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4QuasiFreeRatios.cc,v 1.3 2010/01/22 17:02:48 mkossov Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4QuasiFreeRatios.cc,v 1.4 2010/09/03 15:19:04 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-ref-09 $
    2929//
    3030//
     
    654654  static G4int    lastH=0;               // The last projPDG for which XS was calculated
    655655  static G4bool   lastF=true;            // The last nucleon for which XS was calculated
    656   static std::pair<G4double,G4double> lastR=std::make_pair(0.,0.); // The last result
     656  static std::pair<G4double,G4double> lastR(0.,0.); // The last result
    657657  // Local Associative Data Base:
    658658  static std::vector<G4int>     vI;      // Vector of index for which XS was calculated
Note: See TracChangeset for help on using the changeset viewer.