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:
@@ -763,7 +763,7 @@ protected:
|
||||
try {
|
||||
eclWell->setRadius(elemCtx, dofIdx, 0.5*completion->getDiameter());
|
||||
}
|
||||
catch (const std::logic_error& e)
|
||||
catch (const std::logic_error&)
|
||||
{}
|
||||
|
||||
// overwrite the automatically computed effective
|
||||
|
||||
Reference in New Issue
Block a user