diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C index ae44316ef0..0f1ea4cd6f 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C @@ -271,7 +271,7 @@ void timeVaryingMappedFixedValueFvPatchField::readSamplePoints() maxDist = magE1; } } - + e1 = samplePoints[i] - p0; // Find point that is furthest away from line p0-p1 const point& p1 = samplePoints[index1];