Ignore:
Timestamp:
Mar 5, 2009, 11:52:40 AM (17 years ago)
Author:
garnier
Message:

OK, juste avant de suppr les comm inutiles

File:
1 edited

Legend:

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

    r931 r939  
    545545  G4ApplicationState state = stateManager->GetCurrentState();
    546546  if (state == G4State_Idle) {
     547    printf("State is ILDE....ProcessScene\n");
     548  } else {
     549    printf("State is not ILDE....ProcessScene\n");
     550  }
     551  if (state == G4State_Idle) {
    547552
    548553    visManager->SetEventRefreshing(true);
Note: See TracChangeset for help on using the changeset viewer.