Closed blegouix closed 2 weeks ago
Hello,
I think the case:
template <> struct cartesian_prod<> { using type = ddc::DiscreteDomain<>; };
Is missing at https://github.com/CExA-project/ddc/blob/806d786e877a15c92b66ffa0df5a0335766f5ab3/include/ddc/discrete_domain.hpp#L404
Also cartesian_prod is not tested.
cartesian_prod
Yes that can be added
Hello,
I think the case:
Is missing at https://github.com/CExA-project/ddc/blob/806d786e877a15c92b66ffa0df5a0335766f5ab3/include/ddc/discrete_domain.hpp#L404
Also
cartesian_prod
is not tested.