Ignore:
Timestamp:
Nov 19, 2009, 11:58:35 AM (15 years ago)
Author:
garnier
Message:

CVS update

Location:
trunk/examples/extended/runAndEvent/RE02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/runAndEvent/RE02/exampleRE02.cc

    r807 r1187  
    4141#include "G4UIterminal.hh"
    4242#include "G4UItcsh.hh"
     43#include "G4UIQt.hh"
     44#include "G4Qt.hh"
    4345
    4446#ifdef G4VIS_USE
     
    9496#ifdef G4UI_USE_TCSH
    9597      session = new G4UIterminal(new G4UItcsh);     
     98#elif defined(G4UI_USE_QT)
     99      session = new G4UIQt(argc,argv);
     100      //      UI->ApplyCommand("/control/execute visTutor/gui.mac");     
    96101#else
    97102      session = new G4UIterminal();
  • trunk/examples/extended/runAndEvent/RE02/vis.mac

    r807 r1187  
    1717#
    1818#/vis/open VRML2FILE
    19 /vis/open OGLIX
     19/vis/open OGLSQt
    2020#/vis/open DAWNFILE
    2121#/vis/open DAWN
Note: See TracChangeset for help on using the changeset viewer.