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/visualization/HepRep/src/G4HepRepMessenger.cc

    r1315 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HepRepMessenger.cc,v 1.12 2010/06/05 06:25:03 perl Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     26// $Id: G4HepRepMessenger.cc,v 1.13 2010/06/21 04:43:07 perl Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929#include "G4HepRepMessenger.hh"
     
    4444        overwrite(false),
    4545        cullInvisibles(false),
     46        cylAsPolygons(false),
    4647    suffix (""),
    4748    geometry(true),
     
    105106        renderCylAsPolygonsCommand->SetGuidance("This command is used by HepRepFile, not by HepRepXML.");
    106107        renderCylAsPolygonsCommand->SetParameterName("flag",false);
    107         renderCylAsPolygonsCommand->SetDefaultValue(true);
     108        renderCylAsPolygonsCommand->SetDefaultValue(false);
    108109        renderCylAsPolygonsCommand->AvailableForStates(G4State_Idle);
    109110               
Note: See TracChangeset for help on using the changeset viewer.