Skip to content

Commit

Permalink
Fix minor style inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
fthaler committed Oct 29, 2024
1 parent c1b8543 commit cc97916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gridtools/fn/sid_neighbor_table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace gridtools::fn::sid_neighbor_table {
NeighborDimension,
MaxNumNeighbors,
decltype(origin),
sid::strides_type<Sid>>{
decltype(strides)>{
origin, strides}; // Note: putting the return type into the function signature will crash nvcc 12.0
}
} // namespace sid_neighbor_table_impl_
Expand Down

0 comments on commit cc97916

Please sign in to comment.