Silence unused argument warning.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-09-17 14:56:59 +02:00
parent e49f852b98
commit 2d4c10d919

View File

@@ -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