mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Using accessor method in MeshFilter::get_all_bins.
This commit is contained in:
parent
86a8faf87f
commit
52e005b3aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue