mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2614 from blattms/clean-hnil-fix
Fixed unitialized value for ILU when using flexible solvers.
This commit is contained in:
commit
f6b4a4396e
@ -80,7 +80,7 @@ class ParallelOverlappingILU0Args
|
||||
{
|
||||
public:
|
||||
ParallelOverlappingILU0Args(MILU_VARIANT milu = MILU_VARIANT::ILU )
|
||||
: milu_(milu)
|
||||
: milu_(milu), n_(0)
|
||||
{}
|
||||
void setMilu(MILU_VARIANT milu)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user