Skip to content
Snippets Groups Projects
Commit 33086285 authored by andy's avatar andy
Browse files

STYLE: minor code formatting updates

parent 682b59e9
Branches
Tags
No related merge requests found
......@@ -103,10 +103,8 @@ void Foam::energyJumpFvPatchScalarField::updateCoeffs()
if (this->cyclicPatch().owner())
{
const basicThermo& thermo = db().lookupObject<basicThermo>
(
"thermophysicalProperties"
);
const basicThermo& thermo =
db().lookupObject<basicThermo>("thermophysicalProperties");
label patchID = patch().index();
......@@ -120,7 +118,8 @@ void Foam::energyJumpFvPatchScalarField::updateCoeffs()
const scalar time = this->db().time().value();
const scalarField jumpTb
(
patch().size(), TbPatch.jumpTable().value(time)
patch().size(),
TbPatch.jumpTable().value(time)
);
const labelUList& faceCells = this->patch().faceCells();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment