mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixes unsused parameter warnings for ebos stuff
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
// dummy method that is not implemented for this class
|
||||
SolutionVector computeNewtonIncrement(const LinearisedBlackoilResidual& residual) const
|
||||
SolutionVector computeNewtonIncrement(const LinearisedBlackoilResidual&) const
|
||||
{
|
||||
OPM_THROW(std::logic_error,"This method is not implemented");
|
||||
return SolutionVector();
|
||||
|
||||
Reference in New Issue
Block a user