Changeset 1257 for trunk


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

cvs update

Location:
trunk/source/graphics_reps
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/graphics_reps/History

    r1140 r1257  
    1 cvs log $Id: History,v 1.138 2009/10/28 13:40:40 allison Exp $
     1cvs log $Id: History,v 1.139 2010/05/07 16:06:18 allison Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     207th May 2010  John Allison  (greps-V09-03-00)
     21- G4VVisManager: Added a public static boolean flag,
     22  IsDefaultDrawTrajectory, to assist deprecation of i-mode trajectory
     23  drawing parameter.  After 10.0, it can be removed.
    1924
    202528th October 2009  John Allison  (greps-V09-02-03 coworks vis-V09-02-10)
  • trunk/source/graphics_reps/include/G4VVisManager.hh

    r1228 r1257  
    2525//
    2626//
    27 // $Id: G4VVisManager.hh,v 1.15 2009/02/25 14:13:43 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4VVisManager.hh,v 1.16 2010/05/07 16:05:56 allison Exp $
     28// GEANT4 tag $Name: $
    2929// John Allison 19/Oct/1996.
    3030//
     
    209209  static G4VVisManager* fpConcreteInstance;  // Pointer to real G4VisManager.
    210210
     211public:
     212
     213  static G4bool IsDefaultDrawTrajectory;
     214
    211215};
    212216
  • trunk/source/graphics_reps/src/G4VVisManager.cc

    r1228 r1257  
    2525//
    2626//
    27 // $Id: G4VVisManager.cc,v 1.4 2006/06/29 19:07:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4VVisManager.cc,v 1.5 2010/05/07 16:05:56 allison Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    4747  fpConcreteInstance = m;
    4848}
     49
     50G4bool G4VVisManager::IsDefaultDrawTrajectory = true;
Note: See TracChangeset for help on using the changeset viewer.