Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
+5 -5
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4UIcommandTree.hh,v 1.13 2002/04/26 22:03:35 asaim Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: G4UIcommandTree.hh,v 1.14 2003/06/16 16:55:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
#ifndef G4UIcommandTree_h
@@ -31,7 +31,7 @@
#include "G4UIcommand.hh"
#include "globals.hh"
#include "g4std/vector"
#include <vector>
// class description:
//
@@ -61,8 +61,8 @@ class G4UIcommandTree
G4String CreateFileName(const char* pName);
G4String ModStr(const char* strS);
G4std::vector<G4UIcommand*> command;
G4std::vector<G4UIcommandTree*> tree;
std::vector<G4UIcommand*> command;
std::vector<G4UIcommandTree*> tree;
G4UIcommand *guidance;
G4String pathName;