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/include/G4VTrajectory.hh

    r1228 r1293  
    2525//
    2626//
    27 // $Id: G4VTrajectory.hh,v 1.17 2006/06/29 21:15:51 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4VTrajectory.hh,v 1.18 2010/05/29 21:31:03 allison Exp $
     28// GEANT4 tag $Name: tracking-V09-03-03 $
    2929//
    3030//---------------------------------------------------------------
     
    9090   // the user needs to follow with new-line or end-of-string,
    9191   // depending on the nature of os.
    92    virtual void DrawTrajectory(G4int i_mode=0) const;
     92   virtual void DrawTrajectory() const;
     93   virtual void DrawTrajectory(G4int i_mode) const;
    9394   // Draw the trajectory.  A default implementation in this base
    9495   // class may be used or may be overridden in the concrete class.
Note: See TracChangeset for help on using the changeset viewer.