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/physics_lists/lists/src/G4PhysListFactory.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PhysListFactory.cc,v 1.14 2010/06/08 16:06:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4PhysListFactory.cc,v 1.15 2010/09/23 18:53:20 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-34 $
    2828//
    2929//---------------------------------------------------------------------------
     
    8282    "Shielding"};
    8383
    84   for(size_t i=0; i<nlists; i++) {
     84  for(size_t i=0; i<nlists; ++i) {
    8585    listnames.push_back(s[i]);
    8686  }
     
    148148           << " is instantiated"
    149149           << G4endl;
    150     p = new QGSP_BERT();
     150    //    p = new QGSP_BERT();
    151151  }
    152152  return p;
Note: See TracChangeset for help on using the changeset viewer.