Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Opm
|
||||
const_cast<double*>(sa)
|
||||
};
|
||||
call_UMFPACK(&A, rhs, solution);
|
||||
LinearSolverReport rep;
|
||||
LinearSolverReport rep = {0};
|
||||
rep.converged = true;
|
||||
return rep;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user