Skip to content

Commit

Permalink
reversing changes in test_sparse_pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mari2895 committed Feb 1, 2024
1 parent bed63ee commit 634eb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/unit/test_sparse_pack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ TEST_CASE("Test behavior of sparse packs", "[SparsePack]") {
auto &pmbd = pmb->meshblock_data.Get();
auto var = pmbd->Get("v7");
auto var5 = var.data.Get<5>();
int slower_rank = var5.GetDim(0);
int faster_rank = var5.GetDim(1);
int slower_rank = var5.GetDim(5);
int faster_rank = var5.GetDim(4);
par_for(
loop_pattern_mdrange_tag, "initializev7", DevExecSpace(), kb.s, kb.e, jb.s,
jb.e, ib.s, ib.e, KOKKOS_LAMBDA(int k, int j, int i) {
Expand Down

0 comments on commit 634eb04

Please sign in to comment.