Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -30,7 +30,7 @@
#include "G4VBasicShell.hh"
typedef void* (*Func_t)(void *); // for thead function
typedef void* (*Func_t)(void *); // for thread function
class G4MPImanager;
class G4VUIshell;
@@ -46,14 +46,14 @@ public:
virtual G4int ReceiveG4cerr(const G4String& cerrString);
protected:
G4MPImanager* g4MPI;
G4MPImanager* g4mpi_;
// MPI node info (cache)
G4bool isMaster;
G4bool isSlave;
G4int rank;
G4bool is_master_;
G4bool is_slave_;
G4int rank_;
G4int ExecCommand(G4String acommand);
G4int ExecCommand(const G4String& acommand);
G4String TruncateCommand(const G4String& command) const;
G4String BypassCommand(const G4String& command) const;