mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -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];
|
||||
}
|
||||
|
||||
// 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user