mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
enforced precedence if intersections proceed unions without parenthesis
This commit is contained in:
parent
cd216c7502
commit
8a5df89ea5
4 changed files with 111 additions and 32 deletions
|
|
@ -202,6 +202,8 @@ public:
|
|||
|
||||
//! Definition of spatial region as Boolean expression of half-spaces
|
||||
vector<std::int32_t> region_;
|
||||
//! Revised infix notation with no complements
|
||||
vector<std::int32_t> region_no_complements_;
|
||||
bool simple_; //!< Does the region contain only intersections?
|
||||
|
||||
//! \brief Neighboring cells in the same universe.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue