mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
remove the surface.py first
This commit is contained in:
commit
fbaa780731
65 changed files with 522 additions and 2736 deletions
|
|
@ -76,11 +76,6 @@ private:
|
|||
std::unique_ptr<AngleEnergy> distribution; //!< Secondary angle-energy distribution
|
||||
};
|
||||
|
||||
//! Upper threshold for incoherent inelastic scattering (usually ~4 eV)
|
||||
double threshold_inelastic_;
|
||||
//! Upper threshold for coherent/incoherent elastic scattering
|
||||
double threshold_elastic_ {0.0};
|
||||
|
||||
// Inelastic scattering data
|
||||
Reaction elastic_;
|
||||
Reaction inelastic_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue