Add accessor methods for LocalCoord (#3494)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2025-07-16 22:29:41 -05:00 committed by GitHub
parent 5318ea6e2b
commit bca818ced6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 179 additions and 153 deletions

View file

@ -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 {};