Ignore:
Timestamp:
Apr 28, 2010, 11:29:50 AM (14 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

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

    r1244 r1247  
    2424// ********************************************************************
    2525//
    26 // $Id: G4TrajectoryDrawerUtils.cc,v 1.12 2009/02/24 12:00:56 allison Exp $
     26// $Id: G4TrajectoryDrawerUtils.cc,v 1.13 2010/04/27 15:46:18 lgarnier Exp $
    2727// GEANT4 tag $Name:  $
    2828//
     
    3333#include "G4Polyline.hh"
    3434#include "G4Polymarker.hh"
    35 #include "G4Text.hh"
    3635#include "G4VTrajectory.hh"
    3736#include "G4VTrajectoryPoint.hh"
     
    289288
    290289      pVVisManager->Draw(stepPoints);
    291 #ifdef G4VIS_BUILD_OPTIMISE_2
    292       G4Text text = G4Text("");
    293       pVVisManager->Draw(text);
    294 #endif
    295290    }
    296291  }
Note: See TracChangeset for help on using the changeset viewer.