Ignore:
Timestamp:
Nov 27, 2009, 4:50:05 PM (15 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/include/FTFP_EMV.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: FTFP_EMV.icc,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: FTFP_EMV.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738// 28.11.2005 G.Folger: migration to non static particles
    3839// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
     
    7172#include "HadronPhysicsFTFP.hh"
    7273
     74#include "G4WarnPLStatus.hh"
     75
    7376template<class T> TFTFP_EMV<T>::TFTFP_EMV(G4int ver):  T()
    7477{
     
    8083  this->defaultCutValue = 0.7*mm; 
    8184  this->SetVerboseLevel(ver);
     85
     86  G4WarnPLStatus obs;
     87  obs.Unsupported("FTFP_EMV","FTFP_BERT_EMV");
     88  G4Exception(" Crash for usage of replaced physics list");
    8289
    8390  // EM Physics
Note: See TracChangeset for help on using the changeset viewer.