Ignore:
Timestamp:
Nov 8, 2010, 12:08:40 PM (14 years ago)
Author:
garnier
Message:

HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/src/G4OpenGLStoredQtViewer.cc

    r1340 r1343  
    6767
    6868void G4OpenGLStoredQtViewer::Initialise() {
     69#ifdef G4DEBUG_VIS_OGL
     70  printf("G4OpenGLStoredQtViewer::Initialise 1\n");
     71#endif
    6972  fReadyToPaint = false;
    7073  CreateMainWindow (this,QString(GetName()));
     
    7679void G4OpenGLStoredQtViewer::initializeGL () {
    7780
    78   //  return;
    7981  InitializeGLView ();
    8082
     83#ifdef G4DEBUG_VIS_OGL
     84  printf("G4OpenGLStoredQtViewer::InitialiseGL () 1\n");
     85#endif
    8186
    8287  // clear the buffers and window.
Note: See TracChangeset for help on using the changeset viewer.