From a0806f5aca31eb3efadb68b56aba310b81414e21 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 15 Nov 2010 15:11:10 +0000 Subject: [PATCH] STYLE: directMappedVelocityFluxFixedValue : updated comment --- .../directMappedVelocityFluxFixedValueFvPatchField.H | 1 - 1 file changed, 1 deletion(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H index 3aecda00c0..1c1333acab 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H @@ -27,7 +27,6 @@ Class Description Recycles the velocity and flux at a patch to this patch - mode = NEARESTCELL : sample nearest cell mode = NEARESTPATCHFACE : sample nearest face on selected patch mode = NEARESTFACE : sample nearest face on any patch. Note: does not warn if nearest actually is on internal face!