From bf476df0e36a4790cb8c6acad9a7878118591f32 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 13 Mar 2013 10:41:38 +0000 Subject: [PATCH] Corrected line lengt --- src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.C b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.C index d396f885d7..66f36d1264 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.C @@ -161,7 +161,7 @@ void Foam::fvPatch::movePoints() const Foam::scalarField& Foam::fvPatch::deltaCoeffs() const { return boundaryMesh().mesh().deltaCoeffs().boundaryField()[index()]; - //return boundaryMesh().mesh().nonOrthDeltaCoeffs().boundaryField()[index()]; + //return boundaryMesh().mesh().nonOrthDeltaCoeffs().boundaryField()[index()]; }