mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 09:10:59 -06:00
renaming tempB to temp_b to adress the comment.
This commit is contained in:
parent
b1b9c171b3
commit
49d6cfb188
@ -932,8 +932,8 @@ namespace detail {
|
||||
{
|
||||
if (active_[idx]) {
|
||||
const int pos = pu.phase_pos[idx];
|
||||
const ADB& tempB = rq_[pos].b;
|
||||
B = 1./tempB.value();
|
||||
const ADB& temp_b = rq_[pos].b;
|
||||
B = 1. / temp_b.value();
|
||||
residual_.matbalscale[idx] = B.mean();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user