mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 14:21:57 -06:00
removing the unused dqs and dbhp
in function updateState
This commit is contained in:
parent
043d542e29
commit
285d777937
@ -1469,10 +1469,6 @@ namespace detail {
|
||||
const V dwells = subset(dx, Span((np+1)*nw, 1, varstart));
|
||||
varstart += dwells.size();
|
||||
|
||||
const V dqs = subset(dx, Span(np*nw, 1, varstart));
|
||||
varstart += dqs.size();
|
||||
const V dbhp = subset(dx, Span(nw, 1, varstart));
|
||||
varstart += dbhp.size();
|
||||
assert(varstart == dx.size());
|
||||
|
||||
// Pressure update.
|
||||
|
Loading…
Reference in New Issue
Block a user