Skip to content

Commit

Permalink
Update KokkosFFT_utils.hpp (kokkos#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Nov 1, 2024
1 parent 238d8be commit fef9980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/KokkosFFT_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ Layout create_layout(const std::array<IntType, N>& extents) {
"create_layout: Layout must be either Kokkos::LayoutLeft or "
"Kokkos::LayoutRight.");
Layout layout;
// const std::size_t N = extents.size();
std::copy_n(extents.begin(), N, layout.dimension);
return layout;
}
Expand Down

0 comments on commit fef9980

Please sign in to comment.