Changeset 484 for trunk/geant4/N03


Ignore:
Timestamp:
Jun 5, 2007, 4:09:01 PM (17 years ago)
Author:
garnier
Message:

r573@mac-90108: laurentgarnier | 2007-06-05 16:12:24 +0200
remise a jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/N03/exampleN03.cc

    r483 r484  
    2525//
    2626//
    27 // $Id: exampleN03.cc,v 1.30 2006/10/26 14:58:24 allison Exp $
    28 // GEANT4 tag $Name: geant4-08-02-patch-01-ref $
     27// $Id: exampleN03.cc,v 1.28 2006/06/29 17:48:30 gunter Exp $
     28// GEANT4 tag $Name: geant4-08-01 $
    2929//
    3030//
     
    3939#ifdef G4UI_USE_XM
    4040#include "G4UIXm.hh"
     41#endif
     42
     43#ifdef G4UI_USE_QT
     44#include "G4UIQt.hh"
    4145#endif
    4246
     
    9498#elif defined(G4UI_USE_WIN32)
    9599      session = new G4UIWin32();
     100#elif defined(G4UI_USE_QT)
     101      session = new G4UIQt(argc,argv);
    96102#elif defined(G4UI_USE_TCSH)
    97103      session = new G4UIterminal(new G4UItcsh);     
     
    136142      //
    137143      UI->ApplyCommand("/control/execute vis.mac");   
    138 #if defined(G4UI_USE_XM) || defined(G4UI_USE_WIN32)
     144#if defined(G4UI_USE_XM) || defined(G4UI_USE_WIN32) || defined(G4UI_USE_QT)
    139145      // Customize the G4UIXm,Win32 menubar with a macro file
    140146      //
Note: See TracChangeset for help on using the changeset viewer.