mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Correcting origin location.
This commit is contained in:
parent
3ab8680d5e
commit
d55f46f374
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ void create_voxel(Plot pl)
|
|||
pltbase.pixels_ = pl.pixels_;
|
||||
pltbase.level_ = pl.level_;
|
||||
|
||||
pl.origin_.z += ll.z + z * vox[2];
|
||||
pl.origin_.z = pl.origin_.z + z * vox[2];
|
||||
|
||||
auto data = pltbase.get_cell_ids();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue