Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corner case missing in cartesian_prod #669

Open
blegouix opened this issue Oct 29, 2024 · 1 comment
Open

Corner case missing in cartesian_prod #669

blegouix opened this issue Oct 29, 2024 · 1 comment

Comments

@blegouix
Copy link
Collaborator

Hello,

I think the case:

template <>
struct cartesian_prod<>
{
    using type = ddc::DiscreteDomain<>;
};

Is missing at

Also cartesian_prod is not tested.

@tpadioleau
Copy link
Member

Yes that can be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants