Ignore:
Timestamp:
May 14, 2009, 5:40:34 PM (15 years ago)
Author:
garnier
Message:

en test

File:
1 edited

Legend:

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

    r948 r1041  
    9696  if (command == fpCommandPrintEPS)
    9797    {
    98       // Keep copy of fPrintFilename to preserve Xm behaviour...
    99       std::string tmp_string = pViewer->fPrintFilename;
    100 
    101       // Make new print string...
    102       static G4int file_count = 0;
    103       std::ostringstream oss;
    104       oss << "G4OpenGL_" << file_count++ << ".eps";
    105       pViewer->fPrintFilename = std::string (oss.str().c_str());
    10698      // Print eps file...
    10799      pViewer->printEPS();
    108       // Restore fPrintFilename for Xm...
    109       pViewer->fPrintFilename = tmp_string;
    110100    }
    111101
Note: See TracChangeset for help on using the changeset viewer.