Skip to content

Commit

Permalink
MueLu CoalesceDrop_kokkos: Fix spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Hu <jhu@sandia.gov>
  • Loading branch information
cgcgcg and jhux2 authored Dec 18, 2024
1 parent bbf02c6 commit f72d70c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ class VectorCountingFunctor {
// column lids for all rows in the block
auto block_clids = Kokkos::subview(A.graph.entries, Kokkos::make_pair(A.graph.row_map(blockSize * brlid),
A.graph.row_map(blockSize * (brlid + 1))));
// set up a permuatation index
// set up a permutatation index
auto block_permutation = Kokkos::subview(permutation, Kokkos::make_pair(A.graph.row_map(blockSize * brlid),
A.graph.row_map(blockSize * (brlid + 1))));
for (size_t i = 0; i < block_permutation.extent(0); ++i)
Expand Down

0 comments on commit f72d70c

Please sign in to comment.