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/tracking/src/G4SmoothTrajectory.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4SmoothTrajectory.cc,v 1.21 2010/06/16 20:03:00 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4SmoothTrajectory.cc,v 1.22 2010/07/19 13:41:21 gcosmo Exp $
     28// GEANT4 tag $Name: tracking-V09-03-08 $
    2929//
    3030//
     
    7979   // The first point has no auxiliary points, so set the auxiliary
    8080   // points vector to NULL (jacek 31/10/2002)
    81    positionRecord->push_back(new G4SmoothTrajectoryPoint(aTrack->GetPosition(), NULL));
     81   positionRecord->push_back(new G4SmoothTrajectoryPoint(aTrack->GetPosition(), 0));
    8282}
    8383
Note: See TracChangeset for help on using the changeset viewer.