Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (15 years ago)
Author:
garnier
Message:

update to geant4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/errorpropagation/errprop.cc

    r807 r1230  
    4848void Initialize();
    4949G4ErrorTarget* BuildTarget( G4int iTarget );
    50 void ProcessEvent( G4int iProp, uint nEv );
     50void ProcessEvent( G4int iProp, size_t nEv );
    5151void Finalize();
    5252
     
    7777  }
    7878
    79   uint nEvents = 3;
    80   for( uint ii = 0; ii < nEvents; ii++ ){
     79  size_t nEvents = 3;
     80  for( size_t ii = 0; ii < nEvents; ii++ ){
    8181    ProcessEvent( iProp, ii );
    8282  }
     
    149149
    150150
    151 void ProcessEvent( G4int iProp, uint )
     151void ProcessEvent( G4int iProp, size_t )
    152152{
    153153 
Note: See TracChangeset for help on using the changeset viewer.