Ignore:
Timestamp:
May 26, 2009, 3:35:10 PM (15 years ago)
Author:
garnier
Message:

update pas dans CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/src/G4VisManager.cc

    r1038 r1050  
    8787  fpSceneHandler   (0),
    8888  fpViewer         (0),
    89   fVerbosity       (warnings),
     89  fVerbosity       (all),//warnings),
    9090  fpStateDependent (0),
    9191  fEventRefreshing          (false),
     
    814814void G4VisManager::NotifyHandlers () {
    815815
     816#ifdef G4DEBUG_VIS_MANAGEMENT
     817  printf("G4VisManager::NotifyHandlers \n");
     818#endif
    816819  if (fVerbosity >= confirmations) {
    817820    G4cout << "G4VisManager::NotifyHandler() called." << G4endl;
     
    842845  }
    843846
     847#ifdef G4DEBUG_VIS_MANAGEMENT
     848  printf("G4VisManager::NotifyHandlers END\n");
     849#endif
    844850}
    845851
Note: See TracChangeset for help on using the changeset viewer.