A little more comment about B and b.

This commit is contained in:
Kai Bao 2014-09-17 11:15:58 +02:00
parent d393d147a4
commit 0b69961d9e

View File

@ -58,6 +58,7 @@ namespace Opm
// TODO: should we change the name of b so that we know it is the
// inverse more explicitly?
// or use the captial B in a exlicit way to show the difference.
std::vector<double> bvInv(sz);
for (int i = 0; i < sz; ++i) {
bvInv[i] = 1.0 / (b[i] * visc[i]);