mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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::cout << "testing SCV quadrature...\n";
|
||||||
|
|
||||||
std::bitset<dim> isPeriodic(false);
|
|
||||||
std::array<int, dim> cellRes;
|
std::array<int, dim> cellRes;
|
||||||
|
|
||||||
std::fill(cellRes.begin(), cellRes.end(), 10);
|
std::fill(cellRes.begin(), cellRes.end(), 10);
|
||||||
|
Loading…
Reference in New Issue
Block a user