Kamil Sedlak 7.2.2013

Implemented changes of James Lord.  Compiling was possible, but
no testing was done so far.
This commit is contained in:
2013-02-07 14:54:04 +00:00
parent db7b6a80f4
commit c5fb2ca46f
20 changed files with 3967 additions and 2894 deletions

View File

@ -10,7 +10,9 @@
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "G4UIterminal.hh"
#include "G4UItcsh.hh"
#ifdef G4UI_USE_TCSH
#include "G4UItcsh.hh" //JSL: should be commented on windows ?
#endif
//#include <TApplication.h>
//#include <TSystem.h>
@ -24,7 +26,7 @@
#include "Randomize.hh"
#include <X11/Xlib.h>
// #include <X11/Xlib.h> //JSL
#ifdef G4VIS_USE
// #include "musrVisManager.hh"