mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Remove Material p0 and element attributes on Fortran side
This commit is contained in:
parent
08d55249ae
commit
f407982ff6
5 changed files with 25 additions and 122 deletions
|
|
@ -73,7 +73,6 @@ public:
|
|||
double volume_ {-1.0}; //!< Volume in [cm^3]
|
||||
bool fissionable_ {false}; //!< Does this material contain fissionable nuclides
|
||||
bool depletable_ {false}; //!< Is the material depletable?
|
||||
bool has_isotropic_nuclides_ {false};
|
||||
std::vector<bool> p0_; //!< Indicate which nuclides are to be treated with iso-in-lab scattering
|
||||
|
||||
// Thermal scattering tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue