Turn on specific well processing (thereby disabling drift comp f. ex.).

This commit is contained in:
Atgeirr Flø Rasmussen
2022-07-07 13:31:27 +02:00
parent efd6214643
commit d3f01b003d

View File

@@ -405,7 +405,7 @@ public:
private:
void linearize_()
{
const bool well_local = true;
const bool well_local = false;
resetSystem_();
unsigned numCells = model_().numTotalDof();
#ifdef _OPENMP