mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: sampledSurface::originalIds not virtual
This commit is contained in:
@ -273,7 +273,7 @@ public:
|
|||||||
|
|
||||||
//- List of element ids/order of the original surface,
|
//- List of element ids/order of the original surface,
|
||||||
//- when hasFaceIds is true.
|
//- when hasFaceIds is true.
|
||||||
const labelList& originalIds() const
|
virtual const labelList& originalIds() const
|
||||||
{
|
{
|
||||||
return Foam::emptyLabelList;
|
return Foam::emptyLabelList;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user