Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jul 4, 2024
1 parent e1d1963 commit eecc8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/KokkosFFT_transpose.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ auto get_map_axes(const ViewType& view, axis_type<DIM> _axes) {
map_inv.push_back(get_index(map, i));
}

using full_axis_type = axis_type<rank>;
using full_axis_type = axis_type<rank>;
full_axis_type array_map = {0}, array_map_inv = {0};
std::copy(map.begin(), map.end(), array_map.begin());
std::copy(map_inv.begin(), map_inv.end(), array_map_inv.begin());
Expand Down

0 comments on commit eecc8cb

Please sign in to comment.