fix a few "unused variable" warnings that occur on more uncommon compilers

i.e. on ICC. the compiler is right in producing warnings here, though.
This commit is contained in:
Andreas Lauser
2018-03-03 13:27:48 +01:00
parent cc53ff6fd7
commit d8792f36a0
-1
View File
@@ -296,7 +296,6 @@ void testQuadrature()
{
std::cout << "testing SCV quadrature...\n";
std::bitset<dim> isPeriodic(false);
std::array<int, dim> cellRes;
std::fill(cellRes.begin(), cellRes.end(), 10);