mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Silence unused argument warning.
This commit is contained in:
@@ -63,8 +63,8 @@ namespace Opm
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
ParallelDebugOutput ( const GridImpl& grid,
|
ParallelDebugOutput ( const GridImpl& grid,
|
||||||
Opm::EclipseStateConstPtr eclipseState,
|
Opm::EclipseStateConstPtr /* eclipseState */,
|
||||||
const int )
|
const int )
|
||||||
: grid_( grid ) {}
|
: grid_( grid ) {}
|
||||||
|
|
||||||
// gather solution to rank 0 for EclipseWriter
|
// gather solution to rank 0 for EclipseWriter
|
||||||
|
|||||||
Reference in New Issue
Block a user