correcting the confusing indent in WellState init
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user