Templatize to avoid hardcoded typedef

Prepare for changing the size of the blocks by templatize BVectors and
Evalution
This commit is contained in:
Tor Harald Sandve
2016-12-12 14:52:30 +01:00
parent 28c36ef949
commit 2bfa96fddf
8 changed files with 109 additions and 89 deletions

View File

@@ -273,6 +273,7 @@ namespace Opm
}
template <class PhysicalModel>
template <class BVector>
void
NonlinearSolver<PhysicalModel>::stabilizeNonlinearUpdate(BVector& dx, BVector& dxOld, const double omega) const
{