mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix contextual misprint: face -> phase
This commit is contained in:
parent
3512a7b2f0
commit
88bb04c72f
@ -140,7 +140,7 @@ namespace Opm {
|
|||||||
const NewtonIterationBlackoilInterface& linsolver_;
|
const NewtonIterationBlackoilInterface& linsolver_;
|
||||||
// For each canonical phase -> true if active
|
// For each canonical phase -> true if active
|
||||||
const std::vector<bool> 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> canph_;
|
||||||
const std::vector<int> cells_; // All grid cells
|
const std::vector<int> cells_; // All grid cells
|
||||||
HelperOps ops_;
|
HelperOps ops_;
|
||||||
|
Loading…
Reference in New Issue
Block a user