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:
|
||||
ParallelDebugOutput ( const GridImpl& grid,
|
||||
Opm::EclipseStateConstPtr eclipseState,
|
||||
const int )
|
||||
Opm::EclipseStateConstPtr /* eclipseState */,
|
||||
const int )
|
||||
: grid_( grid ) {}
|
||||
|
||||
// gather solution to rank 0 for EclipseWriter
|
||||
|
||||
Reference in New Issue
Block a user