mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
quell some unused parameter warnings
This commit is contained in:
parent
596cb21e20
commit
277d272f7f
@ -241,8 +241,8 @@ public:
|
|||||||
/*!
|
/*!
|
||||||
* \brief Register all foam specific VTK and ECL output modules.
|
* \brief Register all foam specific VTK and ECL output modules.
|
||||||
*/
|
*/
|
||||||
static void registerOutputModules(Model& model,
|
static void registerOutputModules(Model& model OPM_UNUSED,
|
||||||
Simulator& simulator)
|
Simulator& simulator OPM_UNUSED)
|
||||||
{
|
{
|
||||||
if (!enableFoam)
|
if (!enableFoam)
|
||||||
// foam have been disabled at compile time
|
// foam have been disabled at compile time
|
||||||
@ -286,7 +286,7 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string eqName(unsigned eqIdx)
|
static std::string eqName(unsigned eqIdx OPM_OPTIM_UNUSED)
|
||||||
{
|
{
|
||||||
assert(eqApplies(eqIdx));
|
assert(eqApplies(eqIdx));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user