Merge pull request #292 from andlaus/fix_icc

fix a few "unused variable" warnings that occur on more uncommon compilers
This commit is contained in:
Andreas Lauser 2018-03-03 13:28:46 +01:00 committed by GitHub
commit 4f3c7fccb3

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);