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/G4VisCommandsViewer.cc

    r1136 r1170  
    269269  }
    270270
    271 #ifdef G4DEBUG_VIS_MANAGEMENT
    272   printf("G4VisCommandViewerClear::SetNewValue Call ClearView()\n");
    273 #endif
    274271  viewer->ClearView();
    275 #ifdef G4DEBUG_VIS_MANAGEMENT
    276   printf("G4VisCommandViewerClear::SetNewValue Call ClearView() END\n");
    277   printf("G4VisCommandViewerClear::SetNewValue Call FinishView()\n");
    278 #endif
    279272  viewer->FinishView();
    280 #ifdef G4DEBUG_VIS_MANAGEMENT
    281   printf("G4VisCommandViewerClear::SetNewValue Call FinishView() END\n");
    282 #endif
    283273  if (verbosity >= G4VisManager::confirmations) {
    284274    G4cout << "Viewer \"" << clearName << "\" cleared." << G4endl;
     
    564554void G4VisCommandViewerCreate::SetNewValue (G4UIcommand*, G4String newValue) {
    565555
    566 #ifdef G4DEBUG_VIS_MANAGEMENT
    567   printf("G4VisCommandViewerCreate::SetNewValue : %s\n",newValue.c_str());
    568 #endif
    569556  G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
    570557
     
    11501137             << G4endl;
    11511138    }
    1152 #ifdef G4DEBUG_VIS_MANAGEMENT
    1153     printf("G4VisCommandViewerRefresh::SetNewValue Call SetView()\n");
    1154 #endif
    11551139    viewer -> SetView ();
    1156 #ifdef G4DEBUG_VIS_MANAGEMENT
    1157     printf("G4VisCommandViewerRefresh::SetNewValue Call SetView() END\n");
    1158     printf("G4VisCommandViewerRefresh::SetNewValue Call ClearView()\n");
    1159 #endif
    11601140    viewer -> ClearView ();
    1161 #ifdef G4DEBUG_VIS_MANAGEMENT
    1162     printf("G4VisCommandViewerRefresh::SetNewValue Call ClearView() END\n");
    1163     printf("G4VisCommandViewerRefresh::SetNewValue Call DrawView()\n");
    1164 #endif
    11651141    viewer -> DrawView ();
    1166 #ifdef G4DEBUG_VIS_MANAGEMENT
    1167     printf("G4VisCommandViewerRefresh::SetNewValue Call DrawView() END\n");
    1168 #endif
    11691142    if (verbosity >= G4VisManager::confirmations) {
    11701143      G4cout << "Viewer \"" << viewer -> GetName () << "\"" << " refreshed."
Note: See TracChangeset for help on using the changeset viewer.