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/track/src/G4VParticleChange.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4VParticleChange.cc,v 1.21 2009/04/02 02:22:30 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VParticleChange.cc,v 1.22 2010/07/21 09:30:15 gcosmo Exp $
     28// GEANT4 tag $Name: track-V09-03-09 $
    2929//
    3030//
     
    5353   theLocalEnergyDeposit(0.0),
    5454   theNonIonizingEnergyDeposit(0.0),
     55   theTrueStepLength(0.0),
    5556   theFirstStepInVolume(false),
    5657   theLastStepInVolume(false),
     
    163164
    164165// Show header
    165   G4cout.precision(3);
     166  G4int olprc = G4cout.precision(3);
    166167  G4cout << "      -----------------------------------------------"
    167168       << G4endl;
     
    220221    G4cout << "    Last Step In the voulme  : "  << G4endl;
    221222  }
     223  G4cout.precision(olprc);
    222224}
    223225
Note: See TracChangeset for help on using the changeset viewer.