Fix contextual misprint: face -> phase

This commit is contained in:
Bård Skaflestad 2014-06-03 10:59:50 +02:00
parent 3512a7b2f0
commit 88bb04c72f

View File

@ -140,7 +140,7 @@ namespace Opm {
const NewtonIterationBlackoilInterface& linsolver_;
// For each canonical phase -> true if active
const std::vector<bool> active_;
// Size = # active faces. Maps active -> canonical phase indices.
// Size = # active phases. Maps active -> canonical phase indices.
const std::vector<int> canph_;
const std::vector<int> cells_; // All grid cells
HelperOps ops_;