Finishing addition of a trigger type.

This commit is contained in:
Patrick Shriwise 2019-10-05 13:12:31 -05:00
parent 8d1e8711f5
commit 85e25d79ea
2 changed files with 18 additions and 5 deletions

View file

@ -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