Ignore:
Timestamp:
Apr 21, 2009, 10:30:53 AM (15 years ago)
Author:
garnier
Message:

suppression de la fin des methodes de print inutiles

File:
1 edited

Legend:

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

    r980 r1008  
    489489#endif
    490490  if (fVectoredPs) {
    491 #ifdef G4DEBUG_VIS_OGL
    492     printf("G4OpenGLViewer::printEPS Vectored\n");
    493 #endif
    494491    res = printVectoredEPS();
    495492  } else {
    496 #ifdef G4DEBUG_VIS_OGL
    497     printf("G4OpenGLViewer::printEPS NON Vectored\n");
    498 #endif
    499 
    500     G4OpenGLXViewer* pOGLXViewer = dynamic_cast<G4OpenGLXViewer*>(this);
    501 //     if (pOGLXViewer) {
    502 //       res = printNonVectoredEPS();
    503 //       pOGLXViewer->printEPS();
    504 //       fPrintFilename = "G4OpenGLViewer_Print.eps";
    505 //     } else {
    506       res = printNonVectoredEPS();
    507 //     }
     493    res = printNonVectoredEPS();
    508494  }
    509495  if (res == false) {
Note: See TracChangeset for help on using the changeset viewer.