Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/tracking/include/G4VTrajectory.hh

    r1293 r1337  
    2525//
    2626//
    27 // $Id: G4VTrajectory.hh,v 1.18 2010/05/29 21:31:03 allison Exp $
    28 // GEANT4 tag $Name: tracking-V09-03-03 $
     27// $Id: G4VTrajectory.hh,v 1.19 2010/06/16 20:03:00 allison Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    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() const;
    93    virtual void DrawTrajectory(G4int i_mode) const;
     92   virtual void DrawTrajectory(G4int i_mode =0) const;
     93   //virtual void DrawTrajectory() const;
     94   //virtual void DrawTrajectory(G4int i_mode) const;
    9495   // Draw the trajectory.  A default implementation in this base
    9596   // class may be used or may be overridden in the concrete class.
Note: See TracChangeset for help on using the changeset viewer.