Ignore:
Timestamp:
Nov 2, 2009, 4:38:34 PM (15 years ago)
Author:
garnier
Message:

en test

Location:
trunk/source/interfaces/common/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/common/src/G4Qt.cc

    r1134 r1139  
    133133        if (a_argn != 0) {
    134134          SetMainInteractor (qApp);
     135#ifdef G4DEBUG_INTERFACES_COMMON
     136          printf("G4Qt::G4Qt SetMainInteractor %d .....................................\n",qApp);
     137#endif
    135138        }
    136139        SetArguments      (a_argn,a_args);
  • trunk/source/interfaces/common/src/G4VInteractorManager.cc

    r1026 r1139  
    123123/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    124124{
     125#ifdef G4DEBUG_INTERFACES_COMMON
     126  printf("G4VInteractorManager::SetMainInteractor new ! %d\n",a_main);
     127#endif
    125128  mainInteractor = a_main;
    126129}
Note: See TracChangeset for help on using the changeset viewer.