Reverting change to plots.xml. Updating z coordinate location.

This commit is contained in:
Patrick Shriwise 2019-03-17 11:24:03 -05:00
parent d55f46f374
commit 506ecb9ee1
2 changed files with 2 additions and 2 deletions

View file

@ -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();