mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Add accessor methods for LocalCoord (#3494)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
5318ea6e2b
commit
bca818ced6
20 changed files with 179 additions and 153 deletions
|
|
@ -223,7 +223,7 @@ T SlicePlotBase::get_map() const
|
|||
GeometryState p;
|
||||
p.r() = xyz;
|
||||
p.u() = dir;
|
||||
p.coord(0).universe = model::root_universe;
|
||||
p.coord(0).universe() = model::root_universe;
|
||||
int level = slice_level_;
|
||||
int j {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue