Ignore:
Timestamp:
May 15, 2009, 12:25:09 PM (15 years ago)
Author:
garnier
Message:

maj en aussi sur CVS

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

Legend:

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

    r1032 r1043  
    2525//
    2626//
    27 // $Id: G4VBasicShell.cc,v 1.12 2006/06/29 19:10:20 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4VBasicShell.cc,v 1.13 2009/05/15 09:34:36 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/source/interfaces/common/src/G4Xt.cc

    r1026 r1043  
    155155/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    156156{
    157   printf("G4Xt::GetEvent BEGIN\n");
    158157  static XEvent  event;
    159158  if(appContext==NULL) return NULL;
    160159  if(topWidget==NULL) return NULL;
    161160  XtAppNextEvent (appContext, &event);
    162   printf("G4Xt::GetEvent END\n");
    163161  return         &event;
    164162}
Note: See TracChangeset for help on using the changeset viewer.