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

geant4 tag 9.4

File:
1 edited

Legend:

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

    r1055 r1347  
    3939//        Contribution from Chao Zhang (Chao.Zhang@usd.edu) and Dongming Mei(Dongming.Mei@usd.edu)
    4040//        But it looks like never cause real effect in G4NDL3.13 (at least Natural elements) TK
     41// 101111 Change warning message for "repFlag == 2 && isoFlag != 1" case
    4142//
    4243// there is a lot of unused (and undebugged) code in this file. Kept for the moment just in case. @@
     
    124125  if (isoFlag != 1)
    125126  {
    126 if ( repFlag == 2 ) G4cout << "TKDB repFlag == 2 && isoFlag !=1  " << G4endl;
     127if ( repFlag == 2 ) G4cout << "G4NeutronHPPhotonDist: repFlag == 2 && isoFlag != 1 is unexpected! If you use G4ND3.x, then please report to Geant4 Hyper News. Thanks." << G4endl;
    127128    aDataFile >> tabulationType >> nDiscrete2 >> nIso;
    128129//080731
Note: See TracChangeset for help on using the changeset viewer.