Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4OpenGLBitMapStore.hh,v 1.2 2007/11/15 10:14:23 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4OpenGLBitMapStore.hh,v 1.4 2009/04/08 15:15:07 lgarnier Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
//
// John Allison 6th January 2007
@@ -45,9 +45,12 @@
#define G4OPENGLBITMAPSTORE_HH
#include "globals.hh"
#include "G4OpenGL.hh"
#include <map>
#include "G4OpenGL.hh"
#include <GL/gl.h>
#include <GL/glu.h>
namespace G4OpenGLBitMapStore {
enum Shape {circle, square};