mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
removed rpn_ and changed to only region_
This commit is contained in:
parent
67d01417b7
commit
7dfb35a39a
4 changed files with 17 additions and 23 deletions
|
|
@ -202,8 +202,6 @@ public:
|
|||
|
||||
//! Definition of spatial region as Boolean expression of half-spaces
|
||||
vector<std::int32_t> region_;
|
||||
//! Reverse Polish notation for region expression
|
||||
vector<std::int32_t> rpn_;
|
||||
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