Ignore:
Timestamp:
Mar 5, 2009, 12:35:38 PM (16 years ago)
Author:
garnier
Message:

Ok dans CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenInventor/src/SoGL2PSAction.cc

    r930 r940  
    3333/*--------------------------------------------------------------------------*/
    3434
    35 //#define G4DEBUG_VIS_OGL 1
    36 
    3735// this :
    3836#include <HEPVis/actions/SoGL2PSAction.h>
     
    5351//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
    5452{
    55 #ifdef G4DEBUG_VIS_OGL
    56   printf("SoGL2PSAction::initClass\n");
    57 #endif
    5853  SO_ACTION_INIT_CLASS(SoGL2PSAction,SoGLRenderAction);
    5954}
     
    6762//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
    6863{
    69 #ifdef G4DEBUG_VIS_OGL
    70   printf("SoGL2PSAction::SoGL2PSAction\n");
    71 #endif
    7264  setFileName("out.ps");
    7365  SO_ACTION_CONSTRUCTOR(SoGL2PSAction);
     
    119111//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
    120112{
    121 #ifdef G4DEBUG_VIS_OGL
    122   printf("SoGL2PSAction::addBitmap\n");
    123 #endif
    124113  if(!fFile) return false;
    125114  GLboolean valid;
     
    172161}
    173162
    174 
    175163#endif
Note: See TracChangeset for help on using the changeset viewer.