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

Eliminating test checking for code coverty

parent 47a5a2e8
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;
#ifndef SE_CLASS3
#if !(defined(SE_CLASS3) || defined(COVERTY_SCAN))
// 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