removing the unused SparseMatrix A

This commit is contained in:
Kai Bao 2015-08-17 15:12:13 +02:00
parent 7d7b05a126
commit ce4b25f0b8

View File

@ -105,8 +105,6 @@ namespace Opm
eqs[phase] = eqs[phase] * matbalscale[phase];
}
// Form modified system.
Eigen::SparseMatrix<double, Eigen::RowMajor> A;
// calculating the size for b
int size_b = 0;
for (int elem = 0; elem < np; ++elem) {