mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #807 from bska/tag-unused-parameters
Tag Potentially Unused Parameters as Maybe_Unused
This commit is contained in:
commit
fbdb6fa2fc
@ -251,10 +251,10 @@ public:
|
|||||||
* conduction for energy.
|
* conduction for energy.
|
||||||
*/
|
*/
|
||||||
template <class Context, class FluidState>
|
template <class Context, class FluidState>
|
||||||
void setThermalFlow(const Context& context,
|
void setThermalFlow([[maybe_unused]] const Context& context,
|
||||||
unsigned bfIdx,
|
[[maybe_unused]] unsigned bfIdx,
|
||||||
unsigned timeIdx,
|
[[maybe_unused]] unsigned timeIdx,
|
||||||
const FluidState& boundaryFluidState)
|
[[maybe_unused]] const FluidState& boundaryFluidState)
|
||||||
{
|
{
|
||||||
// set the mass no-flow condition
|
// set the mass no-flow condition
|
||||||
setNoFlow();
|
setNoFlow();
|
||||||
|
Loading…
Reference in New Issue
Block a user