Skip to content

Commit

Permalink
Merge pull request parthenon-hpc-lab#978 from parthenon-hpc-lab/jmm/r…
Browse files Browse the repository at this point in the history
…emove-extraneous-check

[trivial] remove check that got reintroduced
  • Loading branch information
Yurlungur authored Nov 21, 2023
2 parents 0249bde + e7a6725 commit cafe557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Changed (changing behavior/API/variables/...)

### Fixed (not changing behavior/API/variables/...)
- [[PR978]](https://github.com/parthenon-hpc-lab/parthenon/pull/978) remove erroneous sparse check

### Infrastructure (changes irrelevant to downstream codes)

Expand Down
1 change: 0 additions & 1 deletion src/bvals/comms/bnd_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ BndInfo BndInfo::GetSetBndInfo(MeshBlock *pmb, const NeighborBlock &nb,
auto buf_state = buf->GetState();
if (buf_state == BufferState::received) {
out.buf_allocated = true;
PARTHENON_DEBUG_REQUIRE(v->IsAllocated(), "Variable must be allocated to receive");
} else if (buf_state == BufferState::received_null) {
out.buf_allocated = false;
} else {
Expand Down

0 comments on commit cafe557

Please sign in to comment.