mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing unused number_segments from MultisegmentWell
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Opm
|
||||
DeferredLogger& deferred_logger) const override;
|
||||
|
||||
virtual void addWellContributions(SparseMatrixAdapter& jacobian) const override;
|
||||
|
||||
|
||||
virtual void addWellPressureEquations(PressureMatrix& mat,
|
||||
const BVector& x,
|
||||
const int pressureVarIndex,
|
||||
@@ -168,7 +168,6 @@ namespace Opm
|
||||
DeferredLogger& deferred_logger) const override;
|
||||
|
||||
protected:
|
||||
int number_segments_;
|
||||
|
||||
// regularize msw equation
|
||||
bool regularize_;
|
||||
|
||||
Reference in New Issue
Block a user