Skip to content
Snippets Groups Projects
Commit 3d3f58ae authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing coverage tests

parent 8ab6cb1d
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ template<typename solver_type,typename lid_nn_3d> void lid_driven_cavity_3d()
std::cout << "File1: " << file1 << std::endl;
std::cout << "File2: " << file2 << std::endl;
#if !(defined(SE_CLASS3) || defined(TEST_COVERTY_MODE))
#if !(defined(SE_CLASS3) || defined(TEST_COVERAGE_MODE))
// Check that match
bool test = compare(file1,file2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment