Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user