Skip to content

Commit

Permalink
Update include/gridtools/fn/common_interface.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Thaler <thaler@cscs.ch>
  • Loading branch information
havogt and fthaler authored Oct 28, 2024
1 parent 5a0f307 commit 02a5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gridtools/fn/common_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace gridtools::fn {

template <class D>
constexpr auto index(D) {
return gridtools::stencil::positional<std::decay_t<D>>();
return gridtools::stencil::positional<D>();
}

} // namespace gridtools::fn

0 comments on commit 02a5a49

Please sign in to comment.