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

RDoms don't like zero size #47

Closed
Retrofractal opened this issue Nov 6, 2012 · 2 comments
Closed

RDoms don't like zero size #47

Retrofractal opened this issue Nov 6, 2012 · 2 comments
Labels

Comments

@Retrofractal
Copy link

Hi,

If I try to write a reduction of the form:

RDom r(0, input);
f(x) += r;

and supply an input value of 0, the reduction fails to terminate instead of outputting the initial value.

Any thoughts?

Cheers

@abadams
Copy link
Member

abadams commented Feb 16, 2013

We need to check if this is still true in the c++ version. I'll add a test for it.

@abadams
Copy link
Member

abadams commented Feb 21, 2013

Was still a problem, but is fixed now.

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

No branches or pull requests

2 participants