renaming tempB to temp_b to adress the comment.

This commit is contained in:
Kai Bao 2015-09-08 10:33:06 +02:00
parent b1b9c171b3
commit 49d6cfb188

View File

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