Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/src/G4PenelopeRayleighModel.cc

    r1337 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PenelopeRayleighModel.cc,v 1.7 2009/12/21 12:49:01 pandola Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4PenelopeRayleighModel.cc,v 1.8 2010/11/26 11:51:11 pandola Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// Author: Luciano Pandola
     
    508508    {
    509509      G4cout << "G4PenelopeRayleighModel::InitialiseSampling(), something wrong" << G4endl;
    510       G4cout << "It looks like G4PenelopeRayleighModel::PrepareConstants() has not been called" << G4endl;
     510      G4cout << "It looks like G4PenelopeRayleighModel::PrepareConstants() has not been called"
     511             << G4endl;
    511512      G4Exception();
     513      return;
    512514    }
    513515  if (!SamplingTable.count(theMaterial)) //material not defined yet
Note: See TracChangeset for help on using the changeset viewer.