mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Finishing addition of a trigger type.
This commit is contained in:
parent
8d1e8711f5
commit
85e25d79ea
2 changed files with 18 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
int domain_type_; //!< Type of domain (cell, material, etc.)
|
||||
size_t n_samples_; //!< Number of samples to use
|
||||
double threshold_ {-1.0}; //!< Error threshold for domain volumes
|
||||
ThresholdType threshold_type_;
|
||||
ThresholdType trigger_type_;
|
||||
Position lower_left_; //!< Lower-left position of bounding box
|
||||
Position upper_right_; //!< Upper-right position of bounding box
|
||||
std::vector<int> domain_ids_; //!< IDs of domains to find volumes of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue