Settle for handling wells the current way for now.

This commit is contained in:
Atgeirr Flø Rasmussen
2022-08-09 11:08:51 +02:00
parent d3f01b003d
commit 733b6e6b11
@@ -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