Skip to content

Commit

Permalink
Merge branch 'develop' into lroberts36/refactor-partitioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 authored Jun 19, 2024
2 parents add1c4f + 89f9a7a commit 3b86252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- [[PR 1031]](https://github.com/parthenon-hpc-lab/parthenon/pull/1031) Fix bug in non-cell centered AMR

### Infrastructure (changes irrelevant to downstream codes)
- [[PR 1123]](https://github.com/parthenon-hpc-lab/parthenon/pull/1123) Default initialize ProResInfo.dir
- [[PR 1121]](https://github.com/parthenon-hpc-lab/parthenon/pull/1121) Default initialize BndInfo.dir
- [[PR 1116]](https://github.com/parthenon-hpc-lab/parthenon/pull/1116) Fix NumPy 2.0 test script breakage
- [[PR 1055]](https://github.com/parthenon-hpc-lab/parthenon/pull/1055) Refactor mesh constructors
Expand Down
2 changes: 1 addition & 1 deletion src/bvals/comms/bnd_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct ProResInfo {
}
SpatiallyMaskedIndexer6D idxer[10];

CoordinateDirection dir;
CoordinateDirection dir{CoordinateDirection::X0DIR};
bool allocated = true;
int alloc_status;
RefinementOp_t refinement_op = RefinementOp_t::None;
Expand Down

0 comments on commit 3b86252

Please sign in to comment.