Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4OpenInventorX.hh,v 1.5 2001/07/11 10:09:00 gunter Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: G4OpenInventorX.hh,v 1.6 2004/04/08 09:39:38 gbarrand Exp $
// GEANT4 tag $Name: geant4-06-02 $
//
//
// Andrew Walkden 27th March 1996
@@ -33,12 +33,14 @@
#ifndef G4OPENINVENTORX_HH
#define G4OPENINVENTORX_HH
#include "G4OpenInventor.hh"
// For backward compatibilty.
class G4OpenInventorX: public G4OpenInventor {
#include "G4OpenInventorXt.hh"
class G4OpenInventorX: public G4OpenInventorXt {
public:
G4OpenInventorX ();
virtual ~G4OpenInventorX ();
G4OpenInventorX () {}
virtual ~G4OpenInventorX () {}
};
#endif