Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

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

    r1308 r1337  
    2626//
    2727// $Id: G4VisCommandsScene.cc,v 1.68 2008/04/28 16:12:38 allison Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929
    3030// /vis/scene commands - John Allison  9th August 1998
     
    471471void G4VisCommandSceneNotifyHandlers::SetNewValue (G4UIcommand*,
    472472                                                   G4String newValue) {
    473 
    474 #ifdef G4DEBUG_VIS_MANAGEMENT
    475   printf("G4VisCommandSceneNotifyHandlers::SetNewValue :%s\n",newValue.data());
    476 #endif
    477473
    478474  G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
     
    560556            // Re-draw, forcing rebuild of graphics database, if any...
    561557            aViewer -> NeedKernelVisit();
    562 #ifdef G4DEBUG_VIS_MANAGEMENT
    563   printf("G4VisCommandSceneNotifyHandlers::SetNewValue Set/Clear/Draw\n");
    564 #endif
    565558            aViewer -> SetView ();
    566559            aViewer -> ClearView ();
    567560            aViewer -> DrawView ();
    568 #ifdef G4DEBUG_VIS_MANAGEMENT
    569   printf("G4VisCommandSceneNotifyHandlers::SetNewValue ^^^^^\n");
    570 #endif
    571561            if (flush) aViewer -> ShowView ();
    572562            if (verbosity >= G4VisManager::confirmations) {
Note: See TracChangeset for help on using the changeset viewer.