mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove all references to wallPoint::greatPoint.
Replaced with point::max wherever possible. Is VGREAT, not GREAT so be careful with calculations.
This commit is contained in:
@ -106,7 +106,7 @@ Foam::label Foam::patchDataWave<TransferType>::getValues
|
||||
|
||||
distance_[cellI] = dist;
|
||||
|
||||
//cellData_[cellI] = wallPoint::greatPoint;
|
||||
//cellData_[cellI] = point::max;
|
||||
cellData_[cellI] = cellInfo[cellI].data();
|
||||
|
||||
nIllegal++;
|
||||
@ -153,7 +153,7 @@ Foam::label Foam::patchDataWave<TransferType>::getValues
|
||||
|
||||
patchField[patchFaceI] = dist;
|
||||
|
||||
//patchDataField[patchFaceI] = wallPoint::greatPoint;
|
||||
//patchDataField[patchFaceI] = point::max;
|
||||
patchDataField[patchFaceI] = faceInfo[meshFaceI].data();
|
||||
|
||||
nIllegal++;
|
||||
|
||||
Reference in New Issue
Block a user