mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Remove redundant uwuw_disabled boolean member in DAGUniverse
This commit is contained in:
parent
8bf7de39ca
commit
4d52218178
2 changed files with 4 additions and 9 deletions
|
|
@ -155,7 +155,6 @@ private:
|
|||
std::shared_ptr<UWUW>
|
||||
uwuw_; //!< Pointer to the UWUW instance for this universe
|
||||
std::unique_ptr<dagmcMetaData> dmd_ptr; //! Pointer to DAGMC metadata object
|
||||
bool uwuw_disabled; //!< Switch to disable UWUW materials
|
||||
bool adjust_geometry_ids_; //!< Indicates whether or not to automatically
|
||||
//!< generate new cell and surface IDs for the
|
||||
//!< universe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue