Skip to content

Commit

Permalink
default initialize BndInfo.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Jun 18, 2024
1 parent da22529 commit 8b84d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bvals/comms/bnd_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct BndInfo {
int topo_idx[3]{0, 0, 0};
SpatiallyMaskedIndexer6D idxer[3];

CoordinateDirection dir;
CoordinateDirection dir{CoordinateDirection::X0DIR};
bool allocated = true;
bool buf_allocated = true;
int alloc_status;
Expand Down

0 comments on commit 8b84d9b

Please sign in to comment.