Ignore:
Timestamp:
Jun 2, 2010, 10:23:13 AM (14 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/tracking/src/G4SmoothTrajectory.cc

    r1228 r1293  
    2525//
    2626//
    27 // $Id: G4SmoothTrajectory.cc,v 1.19 2009/11/12 09:09:56 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4SmoothTrajectory.cc,v 1.20 2010/05/29 21:31:03 allison Exp $
     28// GEANT4 tag $Name: tracking-V09-03-03 $
    2929//
    3030//
     
    120120}
    121121
     122void G4SmoothTrajectory::DrawTrajectory() const
     123{
     124  // Invoke the default implementation in G4VTrajectory...
     125  G4VTrajectory::DrawTrajectory();
     126  // ... or override with your own code here.
     127}
     128
    122129void G4SmoothTrajectory::DrawTrajectory(G4int i_mode) const
    123130{
Note: See TracChangeset for help on using the changeset viewer.