Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

File:
1 edited

Legend:

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

    r1051 r1196  
    477477
    478478void G4OpenInventorViewer::WritePostScript(const G4String& aFile) {
    479 #ifdef G4DEBUG_VIS_OI
    480   printf("G4OpenInventorViewer::WritePostScript %s\n",aFile.c_str());
    481 #endif
    482479  if(!fGL2PSAction) return;
    483480  fGL2PSAction->setFileName(aFile.c_str());
    484481  G4cout << "Produce " << aFile << "..." << G4endl;
    485482  if (fGL2PSAction->enableFileWriting()) {
    486 #ifdef G4DEBUG_VIS_OI
    487     printf("G4OpenInventorViewer::WritePostScript produce OK\n");
    488 #endif
    489483    ViewerRender();
    490484    fGL2PSAction->disableFileWriting();
     
    493487
    494488void G4OpenInventorViewer::WritePixmapPostScript(const G4String& aFile) {
    495 #ifdef G4DEBUG_VIS_OI
    496   printf("G4OpenInventorViewer::WritePixmapPostScript %s\n",aFile.c_str());
    497 #endif
    498 
    499489  fSoImageWriter->fileName.setValue(aFile.c_str());
    500490  //imageWriter->format.setValue(SoImageWriter::POST_SCRIPT);
     
    511501           << G4endl;
    512502  }
    513 #ifdef G4DEBUG_VIS_OI
    514   printf("G4OpenInventorViewer::WritePixmapPostScript END\n");
    515 #endif
    516503
    517504
Note: See TracChangeset for help on using the changeset viewer.