Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/builders/src/G4NeutronCrossSectionXS.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4NeutronCrossSectionXS.cc,v 1.3 2010/06/03 15:09:54 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4NeutronCrossSectionXS.cc,v 1.4 2010/07/29 10:52:14 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-34 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4141
    4242#include "G4NeutronCrossSectionXS.hh"
     43#include "G4DataQuestionaire.hh"
    4344
    4445#include "G4NeutronInelasticXS.hh"
     
    5556G4NeutronCrossSectionXS::G4NeutronCrossSectionXS(G4int ver) :
    5657  G4VPhysicsConstructor("NeutronXS"), verbose(ver)
    57 {}
     58{
     59  G4DataQuestionaire q(no,no,no,no,no,neutronxs);
     60}
    5861
    5962G4NeutronCrossSectionXS::~G4NeutronCrossSectionXS()
Note: See TracChangeset for help on using the changeset viewer.