mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Removed MacroNCrystalXS
This was left from a previous implementation. Now it is not needed because NCrystal just takes over all neutron scattering events below a given energy threshold.
This commit is contained in:
parent
70d5c76ebd
commit
29a10eafd3
1 changed files with 0 additions and 3 deletions
|
|
@ -162,9 +162,6 @@ struct MacroXS {
|
|||
double fission; //!< macroscopic fission xs
|
||||
double nu_fission; //!< macroscopic production xs
|
||||
double photon_prod; //!< macroscopic photon production xs
|
||||
#ifdef NCRYSTAL
|
||||
double NCrystal_XS; //!< macroscopic cross section of processes handled by NCrystal
|
||||
#endif
|
||||
|
||||
// Photon cross sections
|
||||
double coherent; //!< macroscopic coherent xs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue