Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -23,14 +23,13 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4OpenGL2PSAction.hh 88190 2015-02-02 17:24:54Z gcosmo $
// $Id: G4OpenGL2PSAction.hh 110513 2018-05-28 07:37:38Z gcosmo $
//
#ifndef G4OpenGL2PSAction_h
#define G4OpenGL2PSAction_h
#include <string>
#include "globals.hh"
#include "Geant4_gl2ps.h"
class G4OpenGL2PSAction {
@@ -56,7 +55,7 @@ public:
protected:
bool G4gl2psBegin();
const char * fFileName;
G4String fFileName;
FILE* fFile;
GLint fViewport[4];
GLint fBufferSize;