Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4OpenGLXViewerMessenger.hh,v 1.2 2006/11/01 11:22:26 allison Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4OpenGLXViewerMessenger.hh,v 1.3 2007/05/08 11:04:11 allison Exp $
// GEANT4 tag $Name: geant4-09-00 $
#ifdef G4VIS_BUILD_OPENGLX_DRIVER
@@ -38,7 +38,6 @@
class G4OpenGLXViewer;
class G4UIdirectory;
class G4UIcmdWithoutParameter;
class G4OpenGLXViewerMessenger: public G4UImessenger {
public:
@@ -50,7 +49,7 @@ private:
G4OpenGLXViewerMessenger(); // Private constructor.
static G4OpenGLXViewerMessenger* fpInstance;
G4UIdirectory* fpDirectory;
G4UIcmdWithoutParameter* fpCommandPrintEPS;
G4UIdirectory* fpDirectorySet;
};
#endif