Skip to content

Commit

Permalink
Tidied up naming consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
odlomax committed Oct 7, 2024
1 parent 7b9bdc9 commit 152e8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/array/ArrayViewVariant.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Types {
template <int... Is>
struct Ints {};

template <typename Values, typename Ranks, typename... ArrayViews>
template <typename ValueTypes, typename Ranks, typename... ArrayViews>
struct VariantHelper;

// Recursively construct ArrayView std::variant from types Ts and ranks Is.
Expand Down

0 comments on commit 152e8cf

Please sign in to comment.