Ignore:
Timestamp:
May 4, 2009, 2:45:43 PM (15 years ago)
Author:
garnier
Message:

before modif

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

Legend:

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

    r989 r1026  
    2626//
    2727// $Id: G4VInteractorManager.cc,v 1.13 2006/06/29 19:10:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
  • trunk/source/interfaces/common/src/G4Xt.cc

    r989 r1026  
    155155/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    156156{
     157  printf("G4Xt::GetEvent BEGIN\n");
    157158  static XEvent  event;
    158159  if(appContext==NULL) return NULL;
    159160  if(topWidget==NULL) return NULL;
    160161  XtAppNextEvent (appContext, &event);
     162  printf("G4Xt::GetEvent END\n");
    161163  return         &event;
    162164}
Note: See TracChangeset for help on using the changeset viewer.