Found the culprit

This commit is contained in:
babrodtk 2015-08-28 15:52:17 +02:00
parent 3a3e9d9e4a
commit 2f83f9268e

View File

@ -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_);
}