mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Templatize to avoid hardcoded typedef
Prepare for changing the size of the blocks by templatize BVectors and Evalution
This commit is contained in:
@@ -273,6 +273,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
template <class PhysicalModel>
|
||||
template <class BVector>
|
||||
void
|
||||
NonlinearSolver<PhysicalModel>::stabilizeNonlinearUpdate(BVector& dx, BVector& dxOld, const double omega) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user