Changeset 1308 for trunk


Ignore:
Timestamp:
Jun 4, 2010, 6:02:16 PM (14 years ago)
Author:
garnier
Message:

cvs update

Location:
trunk/source/visualization/management
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/GNUmakefile

    r1258 r1308  
    1010
    1111# For debug mode
    12 # CPPFLAGS += -DG4DEBUG_VIS_MANAGEMENT
     12 CPPFLAGS += -DG4DEBUG_VIS_MANAGEMENT
    1313#CPPFLAGS += -DG4VIS_BUILD_OPTIMISE_2
    1414
  • trunk/source/visualization/management/src/G4VisCommandsScene.cc

    r1170 r1308  
    472472                                                   G4String newValue) {
    473473
     474#ifdef G4DEBUG_VIS_MANAGEMENT
     475  printf("G4VisCommandSceneNotifyHandlers::SetNewValue :%s\n",newValue.data());
     476#endif
     477
    474478  G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
    475479
     
    556560            // Re-draw, forcing rebuild of graphics database, if any...
    557561            aViewer -> NeedKernelVisit();
     562#ifdef G4DEBUG_VIS_MANAGEMENT
     563  printf("G4VisCommandSceneNotifyHandlers::SetNewValue Set/Clear/Draw\n");
     564#endif
    558565            aViewer -> SetView ();
    559566            aViewer -> ClearView ();
    560567            aViewer -> DrawView ();
     568#ifdef G4DEBUG_VIS_MANAGEMENT
     569  printf("G4VisCommandSceneNotifyHandlers::SetNewValue ^^^^^\n");
     570#endif
    561571            if (flush) aViewer -> ShowView ();
    562572            if (verbosity >= G4VisManager::confirmations) {
Note: See TracChangeset for help on using the changeset viewer.