correcting the confusing indent in WellState init

This commit is contained in:
Kai Bao
2017-02-17 13:28:29 +01:00
parent 6d01c29686
commit 6ca48313ca

View File

@@ -84,8 +84,8 @@ namespace Opm
for (int p = 0; p < np; ++p) {
wellrates_[np*w + p] = 0.0;
}
bhp_[w] = 0;
thp_[w] = 0;
bhp_[w] = 0.;
thp_[w] = 0.;
continue;
}