Ignore:
Timestamp:
Nov 27, 2008, 4:56:05 PM (15 years ago)
Author:
garnier
Message:

make 3.80 added because 3.81 is bad

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/gemc/src/gemc.cc

    r807 r893  
    199199 msg = " Initializing Stepping Action...";
    200200 if(use_qt) splash->showMessage(msg.c_str()); gemc_gui.processEvents(); cout << hd_msg << msg << endl;
    201  MSteppingAction* SteppingAction = new MSteppingAction(gemcOpt);
    202  runManager->SetUserAction(SteppingAction);
     201// MSteppingAction* SteppingAction = new MSteppingAction(gemcOpt);
     202// runManager->SetUserAction(SteppingAction);
    203203
    204204 G4UIsession * session = NULL;
     
    228228 MOutputs MOutput(gemcOpt);
    229229
    230  map<string, MOutput_Factory> MProcessOutput_Map = Output_Map();
     230 // map<string, MOutput_Factory> MProcessOutput_Map = Output_Map();
    231231
    232232 event_action->MOut            = &MOutput;
    233  event_action->Out             = &MProcessOutput_Map;
     233 // event_action->Out             = &MProcessOutput_Map;
    234234 event_action->MProcessHit_Map = &MProcessHit_Map;
    235235 event_action->SeDe_Map        = ExpHall->SeDe_Map;
     
    281281    }
    282282
    283     QStyle *arthurStyle = new ArthurStyle();
     283    //    QStyle *arthurStyle = new ArthurStyle();
    284284    QList<QWidget *> widgets = qFindChildren<QWidget *>(&gemcW);
    285     foreach (QWidget *w, widgets)
    286         w->setStyle(arthurStyle);
     285//     foreach (QWidget *w, widgets)
     286//         w->setStyle(arthurStyle);
    287287
    288288    return gemc_gui.exec();
Note: See TracChangeset for help on using the changeset viewer.