Skip to content
Snippets Groups Projects
Commit c3b6c787 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: sampledSurface::originalIds not virtual

parent a66e9c74
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment