Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Nov 18, 2024
1 parent 24a9733 commit 1e5e4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bvals/comms/coalesced_buffers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ struct CoalescedBuffer {
CommBuffer<std::vector<int>> sparse_status_buffer;
int current_size;

CoalescedBuffer(bool sender, int partition, int other_rank,
BoundaryType b_type, mpi_comm_t comm, Mesh *pmesh)
CoalescedBuffer(bool sender, int partition, int other_rank, BoundaryType b_type,
mpi_comm_t comm, Mesh *pmesh)
: sender(sender), partition(partition), other_rank(other_rank), b_type(b_type),
comm_(comm), pmesh(pmesh), current_size(0) {}

Expand Down

0 comments on commit 1e5e4d4

Please sign in to comment.