Settle for handling wells the current way for now.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-07-08 10:31:18 +02:00
parent d3f01b003d
commit 733b6e6b11

View File

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