Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (15 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/track/include/G4StepPoint.hh

    r850 r921  
    2525//
    2626//
    27 // $Id: G4StepPoint.hh,v 1.18 2007/03/11 07:19:06 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4StepPoint.hh,v 1.19 2008/10/24 08:22:20 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    157157     // If the pointer is 0, this means the Step is defined
    158158     // by the user defined limit in the current volume.
    159   inline void SetProcessDefinedStep(G4VProcess* aValue);
     159  inline void SetProcessDefinedStep(const G4VProcess* aValue);
    160160
    161161 
     
    206206   G4StepStatus fStepStatus;
    207207      // DoIt type which defined the current Step.
    208    G4VProcess* fpProcessDefinedStep;
     208   const G4VProcess* fpProcessDefinedStep;
    209209      // Process which defined the current Step.
    210210   G4double fMass;
Note: See TracChangeset for help on using the changeset viewer.