Ignore:
Timestamp:
May 20, 2010, 11:49:26 AM (14 years ago)
Author:
garnier
Message:

cvs update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/src/G4TrajectoryDrawByAttribute.cc

    r954 r1258  
    2424// ********************************************************************
    2525//
    26 // $Id: G4TrajectoryDrawByAttribute.cc,v 1.3 2006/09/14 15:41:42 tinslay Exp $
     26// $Id: G4TrajectoryDrawByAttribute.cc,v 1.4 2010/05/11 11:31:31 allison Exp $
    2727// GEANT4 tag $Name:  $
    2828//
     
    6262
    6363void
    64 G4TrajectoryDrawByAttribute::Draw(const G4VTrajectory& object, const G4int&,
     64G4TrajectoryDrawByAttribute::Draw(const G4VTrajectory& object,
     65                                  const G4int& i_mode,
     66                                  const G4bool& visible) const
     67{
     68  Draw(object, visible);
     69}
     70
     71void
     72G4TrajectoryDrawByAttribute::Draw(const G4VTrajectory& object,
    6573                                  const G4bool& visible) const
    6674{
Note: See TracChangeset for help on using the changeset viewer.