Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4OpenGL.hh 85263 2014-10-27 08:58:31Z gcosmo $
// $Id: G4OpenGL.hh 101714 2016-11-22 08:53:13Z gcosmo $
//
// G.Barrand.
@@ -40,12 +40,28 @@
#ifdef G4VIS_BUILD_OPENGLX_DRIVER
# include <GL/gl.h>
#endif
#ifndef G4VIS_BUILD_OPENGLQT_DRIVER
# include <GL/gl.h>
#else
#ifdef __MACH__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
#endif
#endif
#ifdef G4VIS_BUILD_OPENGLXM_DRIVER
# include <GL/gl.h>
#endif
#ifndef G4VIS_BUILD_OPENGLQT_DRIVER
# include <GL/gl.h>
#else
#ifdef __MACH__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
#endif
#endif
#ifdef G4VIS_BUILD_OPENGLWIN32_DRIVER
# include <GL/gl.h>