BUG: sampledSurface::originalIds not virtual

This commit is contained in:
Mark Olesen
2018-12-12 10:52:11 +01:00
parent a66e9c7468
commit c3b6c787a7

View File

@ -273,7 +273,7 @@ public:
//- List of element ids/order of the original surface,
//- when hasFaceIds is true.
const labelList& originalIds() const
virtual const labelList& originalIds() const
{
return Foam::emptyLabelList;
}