Skip to content

Commit

Permalink
add util:: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Nov 12, 2024
1 parent d59df2f commit 3f1d800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class applyNC1Functor<PrecisionT, FuncT, true> {
*this);
}
KOKKOS_FUNCTION void operator()(const std::size_t k) const {
const std::size_t offset = parity_2_offset(parity, k);
const std::size_t offset = Util::parity_2_offset(parity, k);
const std::size_t i0 = indices(0B00);
const std::size_t i1 = indices(0B01);

Expand Down

0 comments on commit 3f1d800

Please sign in to comment.