mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
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:
parent
cc53ff6fd7
commit
d8792f36a0
@ -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