Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4UnitsTable.hh,v 2.3 1998/12/02 09:50:21 asaim Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4UnitsTable.hh,v 1.2 1999/03/30 13:09:25 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// -----------------------------------------------------------------
|
||||
@@ -47,7 +47,7 @@ public:
|
||||
|
||||
private:
|
||||
G4UnitDefinition(G4UnitDefinition&);
|
||||
const G4UnitDefinition & operator=(const G4UnitDefinition&);
|
||||
G4UnitDefinition& operator=(const G4UnitDefinition&);
|
||||
|
||||
public:
|
||||
G4String GetName() {return Name;};
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
static void BuildUnitsTable();
|
||||
static void PrintUnitsTable();
|
||||
|
||||
static
|
||||
static
|
||||
G4UnitsTable& GetUnitsTable() {return theUnitsTable;};
|
||||
|
||||
static G4double GetValueOf (G4String);
|
||||
@@ -91,7 +91,7 @@ public:
|
||||
|
||||
private:
|
||||
G4UnitsCategory(G4UnitsCategory&);
|
||||
const G4UnitsCategory & operator=(const G4UnitsCategory&);
|
||||
G4UnitsCategory& operator=(const G4UnitsCategory&);
|
||||
|
||||
public:
|
||||
G4String GetName() {return Name;};
|
||||
|
||||
Reference in New Issue
Block a user