Changeset 1103


Ignore:
Timestamp:
Oct 2, 2009, 3:27:31 PM (15 years ago)
Author:
garnier
Message:

modif mineure

File:
1 edited

Legend:

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

    r1041 r1103  
    332332  // gets into the display list
    333333  AddPrimitivePreamble(polyhedron);
    334   printf("G4OpenGLStoredSceneHandler::AddPrimitive :\n");
     334#ifdef G4DEBUG_VIS_OGL
     335  printf("G4OpenGLStoredSceneHandler::AddPrimitive (poly?) :\n");
     336#endif
    335337  G4OpenGLSceneHandler::AddPrimitive(polyhedron);
    336338  AddPrimitivePostamble();
Note: See TracChangeset for help on using the changeset viewer.