mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
Merge pull request #4668 from totto82/remove_ucl
remove duplicated code
This commit is contained in:
commit
ed2827235e
@ -1120,7 +1120,6 @@ public:
|
|||||||
asImp_().updateCompositionChangeLimits_();
|
asImp_().updateCompositionChangeLimits_();
|
||||||
{
|
{
|
||||||
OPM_TIMEBLOCK(driftCompansation);
|
OPM_TIMEBLOCK(driftCompansation);
|
||||||
asImp_().updateCompositionChangeLimits_();
|
|
||||||
if (enableDriftCompensation_) {
|
if (enableDriftCompensation_) {
|
||||||
const auto& residual = this->model().linearizer().residual();
|
const auto& residual = this->model().linearizer().residual();
|
||||||
for (unsigned globalDofIdx = 0; globalDofIdx < residual.size(); globalDofIdx ++) {
|
for (unsigned globalDofIdx = 0; globalDofIdx < residual.size(); globalDofIdx ++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user