mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
Found the culprit
This commit is contained in:
parent
3a3e9d9e4a
commit
2f83f9268e
@ -126,7 +126,7 @@ namespace Opm
|
||||
std::swap(rows_, other.rows_);
|
||||
std::swap(cols_, other.cols_);
|
||||
d_.swap(other.d_);
|
||||
std::swap(s_, other.s_);
|
||||
s_.swap(other.s_);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user