We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ddc/examples/non_uniform_heat_equation.cpp
Line 20 in d6e6b58
@thierryantoun did you really mean int or double for the bounds parameters of generate_random_vector ?
int
double
generate_random_vector
The text was updated successfully, but these errors were encountered:
As this function was only meant for this example, I put it as int but in general it would be a double I guess. Do you want me to change it ?
Sorry, something went wrong.
Yes please do. The parameters that are given are of type double, we cannot implicitly round the values.
thierryantoun
Successfully merging a pull request may close this issue.
ddc/examples/non_uniform_heat_equation.cpp
Line 20 in d6e6b58
@thierryantoun did you really mean
int
ordouble
for the bounds parameters ofgenerate_random_vector
?The text was updated successfully, but these errors were encountered: