Changeset 1247 for trunk


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

update

Location:
trunk/source/visualization/modeling
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/History

    r1171 r1247  
    1 $Id: History,v 1.115 2009/11/04 12:44:39 allison Exp $
     1$Id: History,v 1.116 2010/04/27 15:46:18 lgarnier Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/modeling
    2121---------------------------------------
     22
     2327th April 2010 Laurent Garnier
     24- G4trajectoryDrawerUtils :
     25  o Optimisation when drawing lines
    2226
    23274th November 2009  John Allison
  • 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.