Skip to content
Snippets Groups Projects
Commit 31b0fb15 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

"fix" warnings in one test

parent 90f28255
No related branches found
No related tags found
2 merge requests!10Feature/fix warnings,!8Refactor
Pipeline #48825 failed
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
......@@ -66,9 +66,15 @@ BOOST_AUTO_TEST_CASE(simple) {
ALL::ALL<double, double> test(method, dimension, gamma);
// comment(s.schulz): What is supposed to be checked here?
// Just the calling? Then we should make sure to also access the result
double check_dim = test.getDimension();
double check_gamma = test.getGamma();
// comment(s.schulz): Not sure if there is a better way than assert in the boost framework
assert(check_dim == dimension);
assert(check_gamma == gamma);
int already_final;
MPI_Finalized(&already_final);
if (!already_final)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment