Whitespace fix.

This commit is contained in:
Atgeirr Flø Rasmussen
2014-03-17 10:14:45 +01:00
parent 31d9828011
commit d821afe11f

View File

@@ -684,6 +684,9 @@ namespace {
}
void FullyImplicitBlackoilSolver::addWellEq(const SolutionState& state){
const int nc = grid_.number_of_cells;
@@ -862,6 +865,10 @@ namespace {
}
void FullyImplicitBlackoilSolver::addWellControlEq(const SolutionState& state){
// Handling BHP and SURFACE_RATE wells.
@@ -897,6 +904,10 @@ namespace {
// DUMP(residual_.well_eq);
}
void FullyImplicitBlackoilSolver::addOldWellEq(const SolutionState& state)
{
// -------- Well equation, and well contributions to the mass balance equations --------
@@ -1018,6 +1029,8 @@ namespace {
V FullyImplicitBlackoilSolver::solveJacobianSystem() const
{
const int np = fluid_.numPhases();
@@ -1088,7 +1101,7 @@ namespace {
V isSg = V::Zero(nc,1);
bool disgas = false;
bool vapoil = false;
bool vapoil = false;
// this is a temporary hack to find if vapoil or disgas
// is a active component. Should be given directly from