mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing the unused SparseMatrix A
This commit is contained in:
parent
7d7b05a126
commit
ce4b25f0b8
@ -105,8 +105,6 @@ namespace Opm
|
|||||||
eqs[phase] = eqs[phase] * matbalscale[phase];
|
eqs[phase] = eqs[phase] * matbalscale[phase];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form modified system.
|
|
||||||
Eigen::SparseMatrix<double, Eigen::RowMajor> A;
|
|
||||||
// calculating the size for b
|
// calculating the size for b
|
||||||
int size_b = 0;
|
int size_b = 0;
|
||||||
for (int elem = 0; elem < np; ++elem) {
|
for (int elem = 0; elem < np; ++elem) {
|
||||||
|
Loading…
Reference in New Issue
Block a user