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:
parent
e49f852b98
commit
2d4c10d919
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user