Ignore:
Timestamp:
Apr 20, 2009, 5:54:05 PM (15 years ago)
Author:
garnier
Message:

update to geant4.9.2

Location:
trunk/source/processes/optical/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/optical/src/G4OpAbsorption.cc

    r963 r1007  
    2626//
    2727// $Id: G4OpAbsorption.cc,v 1.9 2008/10/24 19:52:28 gum Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030////////////////////////////////////////////////////////////////////////
  • trunk/source/processes/optical/src/G4OpBoundaryProcess.cc

    r963 r1007  
    591591           if( !G4BooleanRand(theReflectivity) && n == 1 ) {
    592592
    593              // Comment out DoAbsorption and uncomment theStatus = Absorption;
    594              // if you wish to have Transmission instead of Absorption
     593             // Comment out DoAbsorption if you wish to have
     594             //       Transmission instead of Absorption
    595595
    596596             DoAbsorption();
    597              // theStatus = Absorption;
     597             theStatus = Absorption;
    598598             break;
    599599
  • trunk/source/processes/optical/src/G4OpRayleigh.cc

    r963 r1007  
    2626//
    2727// $Id: G4OpRayleigh.cc,v 1.17 2008/10/24 19:51:12 gum Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030//
  • trunk/source/processes/optical/src/G4OpWLS.cc

    r963 r1007  
    2626//
    2727// $Id: G4OpWLS.cc,v 1.13 2008/10/24 19:50:50 gum Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.