mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changing ADB::M to be Eigen::SparseMatrix<double>
This commit is contained in:
parent
07709c52c6
commit
1788f5c1b3
@ -2743,7 +2743,7 @@ namespace detail {
|
||||
//Target vars
|
||||
ADB::V bhp_targets = ADB::V::Zero(nw);
|
||||
ADB::V rate_targets = ADB::V::Zero(nw);
|
||||
ADB::M rate_distr(nw, np*nw);
|
||||
Eigen::SparseMatrix<double> rate_distr(nw, np*nw);
|
||||
|
||||
//Selection variables
|
||||
std::vector<int> bhp_elems;
|
||||
|
Loading…
Reference in New Issue
Block a user