mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix typo
This commit is contained in:
parent
5f6c97ff3b
commit
e22f4399a0
@ -90,7 +90,7 @@ public:
|
|||||||
|
|
||||||
for (auto dst_row_it = A_reordered_.createbegin(); dst_row_it != A_reordered_.createend(); ++dst_row_it) {
|
for (auto dst_row_it = A_reordered_.createbegin(); dst_row_it != A_reordered_.createend(); ++dst_row_it) {
|
||||||
auto src_row = A_.begin() + reordered_to_natural_[dst_row_it.index()];
|
auto src_row = A_.begin() + reordered_to_natural_[dst_row_it.index()];
|
||||||
// For eleemnts in A
|
// For elements in A
|
||||||
for (auto elem = src_row->begin(); elem != src_row->end(); elem++) {
|
for (auto elem = src_row->begin(); elem != src_row->end(); elem++) {
|
||||||
dst_row_it.insert(elem.index());
|
dst_row_it.insert(elem.index());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user