Skip to content

Commit

Permalink
fixing typo in notify finish (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Diederichs <diederichs1@jwlogin04.juwels>
  • Loading branch information
SeverinDiederichs and Severin Diederichs authored Jan 4, 2021
1 parent 440c562 commit 1299c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hipace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ Hipace::NotifyFinish ()
amrex::The_Pinned_Arena()->free(m_send_buffer);
m_send_buffer = nullptr;
}
if (m_send_buffer) {
if (m_psend_buffer) {
MPI_Status status;
MPI_Wait(&m_psend_request, &status);
amrex::The_Pinned_Arena()->free(m_psend_buffer);
Expand Down

0 comments on commit 1299c0d

Please sign in to comment.