mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 08:20:01 -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_();
|
||||
{
|
||||
OPM_TIMEBLOCK(driftCompansation);
|
||||
asImp_().updateCompositionChangeLimits_();
|
||||
if (enableDriftCompensation_) {
|
||||
const auto& residual = this->model().linearizer().residual();
|
||||
for (unsigned globalDofIdx = 0; globalDofIdx < residual.size(); globalDofIdx ++) {
|
||||
|
Loading…
Reference in New Issue
Block a user