mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
commit
4f3c7fccb3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user