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

    r1293 r1337  
    2525//
    2626//
    27 // $Id: G4VTrajectory.cc,v 1.15 2010/05/29 21:31:03 allison Exp $
    28 // GEANT4 tag $Name: tracking-V09-03-03 $
     27// $Id: G4VTrajectory.cc,v 1.16 2010/06/16 20:03:00 allison Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// ---------------------------------------------------------------
     
    116116}
    117117
     118/***
    118119void G4VTrajectory::DrawTrajectory() const
    119120{
     
    124125  }
    125126}
     127***/
    126128
    127129void G4VTrajectory::DrawTrajectory(G4int i_mode) const
     
    130132
    131133  static G4bool warnedAboutIMode = false;
    132   if (!warnedAboutIMode) {
     134  if (!warnedAboutIMode && i_mode != 0) {
    133135    G4Exception
    134136        ("G4VTrajectory::DrawTrajectory",
Note: See TracChangeset for help on using the changeset viewer.