mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -271,7 +271,7 @@ void timeVaryingMappedFixedValueFvPatchField<Type>::readSamplePoints()
|
||||
maxDist = magE1;
|
||||
}
|
||||
}
|
||||
e1 = samplePoints[i] - p0;
|
||||
e1 = samplePoints[index1] - p0;
|
||||
// Find point that is furthest away from line p0-p1
|
||||
const point& p1 = samplePoints[index1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user