Added comment

This commit is contained in:
babrodtk 2015-08-28 10:15:29 +02:00
parent c713a8bebc
commit 624790e7e3

View File

@ -76,6 +76,7 @@ namespace Opm
const Sp Di = solver.solve(id);
// compute inv(D)*bn for the update of the right hand side
// Note: Eigen version > 3.2 requires a non-const reference to solve.
ADB::V eqs_n_v = eqs[n].value();
const Eigen::VectorXd& Dibn = solver.solve(eqs_n_v.matrix());