We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6fbef commit c126f17Copy full SHA for c126f17
README.md
@@ -147,7 +147,7 @@ int main(int /*argc*/, char * /*argv*/[])
147
// Retrieve sampling points.
148
const tph_poisson_real *samples = tph_poisson_get_samples(sampling.get());
149
if (samples == nullptr) {
150
- /* Shouldn't happen since we check the return value from tph_poisson_create! */
+ // Shouldn't happen since we check the return value from tph_poisson_create!
151
std::printf("Bad samples!\n");
152
return EXIT_FAILURE;
153
}
0 commit comments