Ignore:
Timestamp:
Jun 26, 2007, 3:34:40 PM (17 years ago)
Author:
garnier
Message:

r676@mac-90108: laurentgarnier | 2007-06-26 15:37:56 +0200
on doit recompiler /example/NO3 a chaque modif dans G4VisExecutive.icc

Location:
trunk/geant4/visualization
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLImmediateQt.cc

    r533 r537  
    4343G4OpenGLImmediateQt::G4OpenGLImmediateQt ():
    4444  G4VGraphicsSystem ("OpenGLImmediateQt",
    45                      "OGLIQt",
     45                     "OGLIQT",
    4646                     G4VisFeaturesOfOpenGLIQt (),
    4747                     G4VGraphicsSystem::threeD)
     
    7575      " new G4OpenGLImmediateQtViewer." << G4endl;
    7676  }
    77   return pView;
     77   return pView;
    7878}
    7979
  • trunk/geant4/visualization/management/include/G4VisExecutive.icc

    r533 r537  
    105105  RegisterGraphicsSystem (new G4VRML1File);
    106106  RegisterGraphicsSystem (new G4VRML2File);
    107 
    108107  // Graphics systems needing external packages or libraries...
    109108
  • trunk/geant4/visualization/management/src/G4VisManager.cc

    r531 r537  
    8686  fpSceneHandler   (0),
    8787  fpViewer         (0),
    88   fVerbosity       (warnings),
     88  fVerbosity       (confirmations),//(warnings),
    8989  fpStateDependent (0),
    9090  fEventRefreshing          (false),
Note: See TracChangeset for help on using the changeset viewer.