mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Tag Unused Parameter as Maybe_Unused
Noted by [at]akva2
This commit is contained in:
parent
1bbec4e4fb
commit
f25d204281
@ -113,7 +113,7 @@ public:
|
|||||||
|
|
||||||
void addToSource(RateVector& rates,
|
void addToSource(RateVector& rates,
|
||||||
const unsigned cellIdx,
|
const unsigned cellIdx,
|
||||||
const unsigned timeIdx) override
|
[[maybe_unused]] const unsigned timeIdx) override
|
||||||
{
|
{
|
||||||
const int idx = this->cellToConnectionIdx_[cellIdx];
|
const int idx = this->cellToConnectionIdx_[cellIdx];
|
||||||
if (idx < 0) {
|
if (idx < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user