Using accessor method in MeshFilter::get_all_bins.

This commit is contained in:
Patrick Shriwise 2021-04-27 11:54:37 -05:00
parent 86a8faf87f
commit 52e005b3aa

View file

@ -46,8 +46,8 @@ const
// apply translation if present
if (translated_) {
last_r -= translation_;
r -= translation_;
last_r -= translation();
r -= translation();
}
if (estimator != TallyEstimator::TRACKLENGTH) {