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