Renamed ID() -> Index()
Index is a better name to describe a label index than ID which may be an integer, word or other means of identification.
This commit is contained in:
@ -203,7 +203,8 @@ void Foam::functionObjects::fieldValues::surfaceFieldValue::setPatchFaces()
|
||||
if
|
||||
(
|
||||
isA<processorCyclicFvPatch>(fvp)
|
||||
&& refCast<const processorCyclicFvPatch>(fvp).referPatchID() == patchId
|
||||
&& refCast<const processorCyclicFvPatch>(fvp).referPatchIndex()
|
||||
== patchId
|
||||
)
|
||||
{
|
||||
faceId_.append(identityMap(fvp.size()));
|
||||
|
||||
Reference in New Issue
Block a user