Skip to content
Snippets Groups Projects
Commit d0365a7a authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Merge branch 'feature/fix-ndebug-compilation' into 'master'

[bugfix] Fix compile error with NDEBUG

See merge request !352
parents 154ed2e1 1cfc3a98
Branches
Tags
1 merge request!352[bugfix] Fix compile error with NDEBUG
Pipeline #
......@@ -38,9 +38,7 @@ int main(int argc, char** argv)
}
// result from above should be size of job
#ifndef NDEBUG
double sum = mpi.size();
#endif
for(int i=0; i<length; ++i)
{
t.check( std::abs( values[i] - sum ) < 1e-8 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment