Skip to content
Snippets Groups Projects
Commit 20ffdb88 authored by Andrew Heather's avatar Andrew Heather
Browse files

GIT: corrected incorrect merge artefacts

parent d1a20c9f
No related branches found
No related tags found
No related merge requests found
...@@ -101,12 +101,6 @@ Foam::fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField ...@@ -101,12 +101,6 @@ Foam::fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField
patchInternalField() patchInternalField()
+ gradient()*(patch().nf() & patch().delta()) + gradient()*(patch().nf() & patch().delta())
); );
}
else
{
// Enforce mapping of values so we have a valid starting value. This
// constructor is used when reconstructing fields
this->map(ptf, mapper);
} }
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment