mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: shape locations for outside points incorrect
This commit is contained in:
@ -129,7 +129,7 @@ bool linearDistance::sizeLocations
|
||||
shapePts.resize(1);
|
||||
shapeSizes.resize(1);
|
||||
|
||||
shapePts[0] = pt - n*distance_;
|
||||
shapePts[0] = pt + n*distance_;
|
||||
shapeSizes[0] = distanceCellSize_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user