Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Jun 18, 2024
1 parent e8670b6 commit ce0ccbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mesh/forest/tree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ class Tree : public std::enable_shared_from_this<Tree> {
// multiple neighbors generally, we keep a map at each neighbor location from
// the tree sptr to the relative logical coordinate transformation to the neighbor
// block.
std::array<std::unordered_map<Tree *, LogicalCoordinateTransformation>, 27>
neighbors;
std::array<std::unordered_map<Tree *, LogicalCoordinateTransformation>, 27> neighbors;

std::array<BoundaryFlag, BOUNDARY_NFACES> boundary_conditions;

Expand Down

0 comments on commit ce0ccbd

Please sign in to comment.