Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Mar 30, 2023
1 parent 8d51714 commit c2a8d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ddc/discrete_domain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DiscreteDomain
public:
static constexpr std::size_t rank()
{
return (0 + ... + DDims::rank());
return sizeof...(DDims);
}

DiscreteDomain() = default;
Expand Down

0 comments on commit c2a8d3a

Please sign in to comment.