View | Details | Raw Unified | Return to problem 2468 | Differences between
and this patch

Collapse All | Expand All

(-)G4ParticleHPContAngularPar.cc~ (-1 / +4 lines)
Lines 748-754 Link Here
748
    //-    if( getenv("G4PHPTEST2") ) G4cout << this << " G4ParticleHPContAngularPar::PrepareTableInterpolation  theEnergiesTransformed2 " << enerT << G4endl; //GDEB
748
    //-    if( getenv("G4PHPTEST2") ) G4cout << this << " G4ParticleHPContAngularPar::PrepareTableInterpolation  theEnergiesTransformed2 " << enerT << G4endl; //GDEB
749
  }
749
  }
750
  // add the maximum energy
750
  // add the maximum energy
751
  theEnergiesTransformed.insert(1.);
751
  //
752
  // SM 7 Apr 2022: there should be no need for adding the max energy
753
  // in fact - without adding it a rare segv is avoided ...
754
  //  theEnergiesTransformed.insert(1.);
752
755
753
}
756
}
754
757

Return to problem 2468