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:
@ -42,7 +42,9 @@ Foam::label Foam::fvFieldReconstructor::completePatchID
|
||||
}
|
||||
else if (isA<processorCyclicFvPatch>(procPatch))
|
||||
{
|
||||
return refCast<const processorCyclicFvPatch>(procPatch).referPatchID();
|
||||
return
|
||||
refCast<const processorCyclicFvPatch>(procPatch)
|
||||
.referPatchIndex();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user