Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPIsoData.cc

    r819 r962  
    2828// A prototype of the low energy neutron transport model.
    2929//
     30//080901 Avoiding troubles which caused by G4PhysicsVecotor of length 0 by T. Koi
     31//
    3032#include "G4NeutronHPIsoData.hh"
    3133#include "G4NeutronHPDataUsed.hh"
     
    4547    {
    4648      if(getenv("NeutronHPNamesLogging")) G4cout << "Skipped = "<< filename <<" "<<A<<" "<<Z<<G4endl;
    47       theChannel.close();
    48       return false;
     49      //080901 TKDB No more necessary below protection, cross sections set to 0 in G4NeutronHPNames
     50      //And below two lines causes trouble with G4PhysicsVector
     51      //theChannel.close();
     52      //return false;
    4953    }
    5054    if(!theChannel) {theChannel.close(); return false;}
Note: See TracChangeset for help on using the changeset viewer.