Ignore:
Timestamp:
Jun 2, 2010, 11:25:35 AM (14 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

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

    r1242 r1295  
    2626//
    2727// $Id: G4OpenGLStoredViewer.cc,v 1.26 2009/04/08 16:55:44 lgarnier Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030//
     
    126126void G4OpenGLStoredViewer::DrawDisplayLists () {
    127127#ifdef G4DEBUG_VIS_OGL
    128   //      printf("G4OpenGLStoredViewer::DrawDisplayLists \n");
     128      printf("G4OpenGLStoredViewer::DrawDisplayLists \n");
    129129#endif
    130130
     
    134134  size_t nPasses = cutawayUnion? cutaways.size(): 1;
    135135#ifdef G4DEBUG_VIS_OGL
    136   //  printf("G4OpenGLStoredViewer::DrawDisplayLists");
     136  printf("G4OpenGLStoredViewer::DrawDisplayLists");
    137137#endif
    138138  for (size_t i = 0; i < nPasses; ++i) {
    139139#ifdef G4DEBUG_VIS_OGL
    140     //    printf("+");
     140    printf("+");
    141141#endif
    142142
     
    156156    for (size_t i = 0; i < fG4OpenGLStoredSceneHandler.fTOList.size(); ++i) {
    157157#ifdef G4DEBUG_VIS_OGL
    158       //      printf("-");
     158      printf("-");
    159159#endif
    160160      G4OpenGLStoredSceneHandler::TO& to =
     
    179179  }
    180180#ifdef G4DEBUG_VIS_OGL
    181   //      printf("\n");
     181      printf("\n");
    182182#endif
    183183
Note: See TracChangeset for help on using the changeset viewer.