Ignore:
Timestamp:
Nov 16, 2009, 4:56:12 PM (15 years ago)
Author:
garnier
Message:

update contre CVS

File:
1 edited

Legend:

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

    r1050 r1170  
    556556            // Re-draw, forcing rebuild of graphics database, if any...
    557557            aViewer -> NeedKernelVisit();
    558 #ifdef G4DEBUG_VIS_MANAGEMENT
    559             G4cout << "G4VisCommandSceneNotifyHandlers::SetNewValue."        << G4endl;
    560             printf("\n\nG4VisCommandSceneNotifyHandlers::SetNewValue ---%s--- Call SetView() 1\n",newValue.data());
    561 #endif
    562558            aViewer -> SetView ();
    563 #ifdef G4DEBUG_VIS_MANAGEMENT
    564             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() END 2\n");
    565             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call ClearView() 3\n");
    566 #endif
    567559            aViewer -> ClearView ();
    568 #ifdef G4DEBUG_VIS_MANAGEMENT
    569             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call ClearView() END 4\n");
    570             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call DrawView() 5\n");
    571 #endif
    572560            aViewer -> DrawView ();
    573 #ifdef G4DEBUG_VIS_MANAGEMENT
    574             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call DrawView() END 6\n");
    575 #endif
    576561            if (flush) aViewer -> ShowView ();
    577562            if (verbosity >= G4VisManager::confirmations) {
     
    629614      pCurrentSceneHandler -> SetCurrentViewer (pCurrentViewer);
    630615      if (pCurrentViewer && pCurrentSceneHandler->GetScene()) {
    631 #ifdef G4DEBUG_VIS_MANAGEMENT
    632             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() 7\n");
    633 #endif
    634616        pCurrentViewer -> SetView ();
    635 #ifdef G4DEBUG_VIS_MANAGEMENT
    636             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() END 8\n");
    637 #endif
    638       }
    639     }
    640   }
    641 #ifdef G4DEBUG_VIS_MANAGEMENT
    642             G4cout << "G4VisCommandSceneNotifyHandlers::SetNewValue.  END"           << G4endl;
    643             printf("G4VisCommandSceneNotifyHandlers::SetNewValue END 99\n\n\n");
    644 #endif
     617      }
     618    }
     619  }
    645620}
    646621
Note: See TracChangeset for help on using the changeset viewer.