mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-24 12:46:26 -06:00
Silence unused variable warning.
This commit is contained in:
parent
e519bb32ec
commit
09a5320e21
@ -202,7 +202,8 @@ namespace Opm
|
|||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
ConvergenceReport gatherConvergenceReport(const ConvergenceReport& local_report, Parallel::Communication mpi_communicator)
|
ConvergenceReport gatherConvergenceReport(const ConvergenceReport& local_report,
|
||||||
|
Parallel::Communication mpi_communicator [[maybe_unused]])
|
||||||
{
|
{
|
||||||
return local_report;
|
return local_report;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user